← Tools Reference

Bland AI

Bland AI integration (AI, Communication). Imported from open-connector.

API key5 toolshttps://api.bland.ai
GET
bland_ai_get_account
Retrieve Bland AI account status, billing balance, and total call count.

/v1/me

GET
bland_ai_list_calls
List Bland AI calls with optional official filters and result-window controls.

/v1/calls

20 parameters
ParamTypeRequiredDescription
fromNumberstringoptionalFilter calls by the number that initiated the call.
toNumberstringoptionalFilter calls by the number that answered the call.
fromintegeroptionalStarting index, inclusive, for the call result window.
tointegeroptionalEnding index for the call result window.
limitintegeroptionalMaximum number of calls to return.
ascendingbooleanoptionalWhether to sort calls ascending by creation time.
sortBystringoptionalField to sort calls by.
startDatestringoptionalStart date or ISO datetime for filtering calls.
endDatestringoptionalEnd date or ISO datetime for filtering calls.
createdAtstringoptionalSpecific call creation date in YYYY-MM-DD format.
timezonestringoptionalIANA timezone for interpreting date-only filters.
updateStartDatestringoptionalStart date for filtering calls by update date.
updateEndDatestringoptionalEnd date for filtering calls by update date.
completedbooleanoptionalWhether to filter calls by completed status.
batchIdstringoptionalFilter calls by Bland batch id.
answeredBystringoptionalFilter calls by answer classification.
inboundbooleanoptionalWhether to filter inbound calls.
durationGtnumberoptionalFilter calls with call length greater than this minute value.
durationLtnumberoptionalFilter calls with call length less than this minute value.
campaignIdstringoptionalFilter calls by campaign id.
GET
bland_ai_get_call
Retrieve detailed information and transcript phrases for a Bland AI call.

/v1/calls/{callId}

1 parameter
ParamTypeRequiredDescription
callIdstringrequiredUnique id of the call to retrieve.
GET
bland_ai_list_voices
List every Bland AI voice available to the authenticated account.

/v1/voices

GET
bland_ai_get_voice
Retrieve details for a specific Bland AI voice by UUID or curated voice name.

/v1/voices/{voiceId}

1 parameter
ParamTypeRequiredDescription
voiceIdstringrequiredVoice UUID or curated voice name.