curl --request POST \
--url https://api.voice-agents.miraiminds.co/v2/call/initiate \
--header 'Content-Type: application/json' \
--header 'workspace: <workspace>' \
--header 'x-private-key: <api-key>' \
--header 'x-public-key: <api-key>' \
--data '
{
"phoneNumber": "+919876543210",
"assistant": "assistant_123"
}
'{
"status": "initiate",
"callId": "<string>"
}curl --request POST \
--url https://api.voice-agents.miraiminds.co/v2/call/initiate \
--header 'Content-Type: application/json' \
--header 'workspace: <workspace>' \
--header 'x-private-key: <api-key>' \
--header 'x-public-key: <api-key>' \
--data '
{
"phoneNumber": "+919876543210",
"assistant": "assistant_123"
}
'{
"status": "initiate",
"callId": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.miraiminds.co/llms.txt
Use this file to discover all available pages before exploring further.
Phone number (E.164 recommended)
"+919876543210"
Assistant ID
Payload structure depends on the assistant variant. Use AbandonedCartPayload for abandoned_cart assistants, CustomPayload for custom assistants.
Show child attributes
HTTPS webhook URL
Call priority level
true
Show child attributes