curl --request POST \
--url https://api.bland.ai/v1/accounts \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '{
"account_sid": "<string>",
"auth_token": "<string>"
}'
{
"status": "success",
"encrypted_key": "YOUR_ENCRYPTED_KEY"
}
Integrate your own Twilio account with Bland. See Custom Twilio Integration for more information.
curl --request POST \
--url https://api.bland.ai/v1/accounts \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '{
"account_sid": "<string>",
"auth_token": "<string>"
}'
{
"status": "success",
"encrypted_key": "YOUR_ENCRYPTED_KEY"
}
encrypted_key
to store and use in future requests.{
"status": "success",
"encrypted_key": "YOUR_ENCRYPTED_KEY"
}