POST
/
v1
/
memory
/
inbound
/
enable
Enable Memory for Inbound Number
curl --request POST \
  --url https://api.bland.ai/v1/memory/inbound/enable \
  --header 'Content-Type: application/json' \
  --header 'authorization: <authorization>' \
  --data '{
  "phone_number": "<string>"
}'
{
  "data": {
    "message": "Inbound number enabled successfully",
    "memory_id": "12345678-1234-1234-1234-123456789012"
  },
  "errors": null
}

Headers

authorization
string
required
Your API key for authentication.

Body Parameters

phone_number
string
required
The inbound phone number to enable memory functionality for. Must be an existing inbound number in your account.

Response

data
object
Success response data.
data.message
string
Success message confirming memory enablement.
data.memory_id
string
The unique identifier of the memory associated with this inbound number.
errors
null
Error array (null on success).
{
  "data": {
    "message": "Inbound number enabled successfully",
    "memory_id": "12345678-1234-1234-1234-123456789012"
  },
  "errors": null
}

Notes

  • The inbound phone number must already exist in your account before enabling memory functionality
  • Once enabled, all incoming calls to this number will automatically be tracked and organized in the associated memory