Skip to main content
POST
/
simulate
/
call-executions
/
{call_execution_id}
/
fetch-transcript
/
Fetch and store transcript
curl --request POST \
  --url https://api.futureagi.com/simulate/call-executions/{call_execution_id}/fetch-transcript/ \
  --header 'X-Api-Key: <api-key>' \
  --header 'X-Secret-Key: <api-key>'
{
  "success": true,
  "call_execution_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "vapi_call_id": "<string>",
  "transcripts_count": 123,
  "message": "<string>"
}

Authorizations

X-Api-Key
string
header
required

API Key for authentication. Click here to access API Key

X-Secret-Key
string
header
required

Secret Key for authentication. Click here to access Secret Key

Path Parameters

call_execution_id
string<uuid>
required

Response

200 - application/json

Transcript fetched and stored

success
boolean
call_execution_id
string<uuid>
vapi_call_id
string
transcripts_count
integer
message
string