cURL
curl --request POST \ --url https://api.bland.ai/v1/memory/create \ --header 'Content-Type: application/json' \ --header 'authorization: <authorization>' \ --data '{ "name": "<string>" }'
{ "data": { "id": "12345678-1234-1234-1234-123456789012", "created_at": "2025-07-21T07:24:49.883Z", "user_id": "87654321-4321-4321-4321-210987654321", "name": "Docs Example", "memory_duration": null }, "errors": null }
Create a new memory to organize and track call interactions by phone numbers.