Rewrite a rough prompt into a better one
POST
https://server.heyrik.com/api/v1/agents/enhanceHeaders
AuthorizationstringRequiredUse Bearer $HEYRIK_API_KEY with an account-scoped API key. Keep the key on your server.
Parameters 1
Fields documented for this operation. See the request example for placement and structure.
descriptionstringRequiredThe rough prompt or description to improve.
Response
No response example is documented for this operation yet.
Error referencePOST/agents/enhance
cURL
curl -X POST https://server.heyrik.com/api/v1/agents/enhance \
-H "Authorization: Bearer $HEYRIK_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "description": "answer questions about orders" }'Illustrative examples · No live request is sent
