Prompts an agent with a custom instruction
cURL
curl --request POST \ --url https://backend.wassist.app/api/v1/conversations/{id}/prompt/ \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "prompt": "<string>" } '
{}
API key authentication. Pass your API key in the X-API-Key header.
No response body
Was this page helpful?