cURL
curl --request POST \ --url https://api.bland.ai/v1/memory/enable \ --header 'Content-Type: application/json' \ --header 'authorization: <authorization>' \ --data ' { "pathway_id": "<string>", "version_number": 123, "persona_id": "<string>", "version_id": "<string>", "memory_enabled": true } '
{ "data": { "message": "Memory enabled successfully for pathway." }, "errors": null }
Enable or disable memory for a pathway or persona version.
version_number
memory_enabled
pathway_id
version_id
persona_id
true
false
Was this page helpful?