cURL
Calls
Execute call command
Send a command to control an active call
POST
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.buildwithchirp.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
App API key (format: sk_live_app_* or sk_test_app_*) for app-level operations
Path Parameters
Unique identifier for a Call. Format: call_[test_]{ksuid}
Pattern:
^call_(?:test_)?[a-zA-Z0-9]{27}$Example:
"call_2DbBs7GWhGvVNJGrDXr5RG0mBWI"
Body
application/json
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
- Option 8
- Option 9
- Option 10
- Option 11
- Option 12
- Option 13
- Option 14
- Option 15
- Option 16
Available options:
answer Response
Command accepted
Unique identifier for a Call. Format: call_[test_]{ksuid}
Pattern:
^call_(?:test_)?[a-zA-Z0-9]{27}$Example:
"call_2DbBs7GWhGvVNJGrDXr5RG0mBWI"
The command that was executed
Example:
"hangup"
Whether the command was accepted for execution
Available options:
accepted, queued Example:
"accepted"