v6_voice_call

Get Voice Call {Sessionid} Status

Get Voice Call {Sessionid} Status. Generation endpoint on /v6/voice-call/{sessionId}/status. Returns status: "success" with output when the model answers inline, or status: "processing" with an id and eta to poll on the matching fetch endpoint. Request parameters vary by model — discover them with GET /v6/model-search/{modelId}. Requires a paid subscription; failures arrive on HTTP 200 with status: "error" and a machine-readable code.

get/v6/voice-call/{sessionId}/status

Path parameters

sessionIdstring required

Session Id path parameter.

Response

Generation outcome. status is "success" with output, "processing" with an id and eta to poll, or "error".

OR
OR

Changes