API reference
Ingrgrate Storytell.ai with your workflow
Enhances a prompt to help users write better prompts for thier use cases.
curl --request POST \ --url https://api.storytell.ai/v1/prompt/enhance \ --header 'Content-Type: application/json' \ --data '{ "prompt": "<string>", "type": "<string>" }'
{ "code": "<string>", "data": { "prompt_enhanced": { "content": [ "<string>" ] } }, "details": { "consumption": { "units": 123 }, "operation": { "duration": 123, "operationId": "<string>" } }, "done": true, "eventKey": "<string>", "message": "<string>" }
Show child attributes
Was this page helpful?