API reference
Ingrgrate Storytell.ai with your workflow
Stores diagnostic data from user feedback in blob storage and generates a secure access URL.
cURL
curl --request POST \ --url https://production-storytell-ai-platfor-cds2.encr.app/v1/diagnostics/save \ --header 'Content-Type: application/json' \ --data '{ "data": "<string>" }'
{ "code": "<string>", "data": { "url": "<string>" }, "details": { "consumption": { "units": 123 }, "operation": { "duration": 123, "operationId": "<string>" } }, "done": true, "eventKey": "<string>", "message": "<string>" }
Success response
The response is of type object.
object
Was this page helpful?