Skip to main content
POST
/
api
/
opportunities
/
{opp_id}
/
prep
Prep Opportunity Endpoint
curl --request POST \
  --url https://api.example.com/api/opportunities/{opp_id}/prep
{
  "company_brief": "<string>",
  "expected_questions": [
    "<string>"
  ],
  "skill_gaps": [
    "<string>"
  ],
  "suggested_follow_up": "<string>",
  "talking_points": [
    "<string>"
  ],
  "why_good_fit": "<string>"
}

Path Parameters

opp_id
string
required

Response

Successful Response

Agentic coaching prep for an opportunity conversation.

company_brief
string
required
expected_questions
string[]
required
skill_gaps
string[]
required
suggested_follow_up
string
required
talking_points
string[]
required
why_good_fit
string
required