Place a new call order. A call order can be resolved over multiple call attempts spanning up to a few days.
Bearer auth token. Example: Bearer sk_123...
Body
The phone number to call in the E.164 format. Example: +1234567890
The prompt to use for the call. This will be given to the LLM (gpt-4.1)
The phone number to use for making the call (e.g., +1234567890). If not provided, uses the default trunk.
Variables to interpolate into the prompt. Wether you use an assistant_id or an assistant object, this will be used to interpolate the variables into the prompt.
The ID of the assistant to use for this call.
You can provide a custom assistant configuration here. If you don't provide an assistant_id, this assistant object will be used for this call.
200
This represent a call "order" that was requested by the user. A call order can be resolved over multiple call attempts spanning up to a few days.