Calls
Intelligence
Conversational Pathways
- GETGet All Pathways Information
- GETGet Single Pathway Information
- POSTCreate Pathway
- POSTUpdate Pathway
- DELDelete Pathway
- Pathway Chat
- Pathway Versions
- Pathway Folders
Vector Knowledge Bases
Blocked Numbers
Voices
Custom Tools
Web Agents
Custom Twilio Accounts
Account
Organizations
- POSTCreate Organization
- DELDelete Organization
- GETGet Organization
- GETGet Organization Members
- GETGet Organization's Current Service Version
- GETList Organization's Service Versions
- PATCHUpdate Organization's Service Version
- PATCHUpdate Organization Members
- PATCHUpdate Organization Member Permissions
- PATCHUpdate Organization Properties
- GETGet User Organization Memberships
- DELLeave Organization
- GETGet Organization Billing Information
- GETGet Organization Billing Refill Information
SMS
Calls
Stop All Active Calls
End all active phone calls on your account.
POST
/
v1
/
calls
/
active
/
stop
Copy
Ask AI
curl --request POST \
--url https://us.api.bland.ai/v1/calls/active/stop \
--header 'authorization: <authorization>'
Copy
Ask AI
{
"status": "success",
"message": "Stopping active calls. This may take some time...",
"num_calls": 12
}
Headers
Your API key for authentication.
Response
Can be success
or error
.
If the status is success
, the message will say “Call ended successfully.”
Otherwise, if the status is error
, the message will say “SID not found for
the given c_id.” or “Internal server error.”
The number of active calls that will be cancelled.
Copy
Ask AI
{
"status": "success",
"message": "Stopping active calls. This may take some time...",
"num_calls": 12
}
Copy
Ask AI
curl --request POST \
--url https://us.api.bland.ai/v1/calls/active/stop \
--header 'authorization: <authorization>'
Copy
Ask AI
{
"status": "success",
"message": "Stopping active calls. This may take some time...",
"num_calls": 12
}
Assistant
Responses are generated using AI and may contain mistakes.