Skip to main content
POST
/
ask
Paid Ask Call
curl --request POST \
  --url https://api.example.com/ask \
  --header 'Content-Type: application/json' \
  --data '
{
  "session_id": "<string>",
  "question": "<string>"
}
'
{}

Body

application/json

S13-COMMO-02 — request shape for paid POST /ask.

Distinct from AskRequest (used by the free /sessions/{id}/ask) because the paid surface carries session_id in the body — Bazaar collapses bare-UUID path segments, so a paid /sessions/{id}/ask would lose its listing. Keeping the body-keyed /ask keeps the catalog entry distinct.

session_id
string
required
Minimum string length: 1
question
string
required
Required string length: 3 - 500

Response

Successful Response

The response is of type Response Paid Ask Call Ask Post · object.