Skip to main content
POST
/
api
/
v1
/
conversations
/
{id}
/
prompt
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>"
}
'
{}
This endpoint lets you prompt an agent with a custom instruction.

Authorizations

X-API-Key
string
header
required

API key authentication. Pass your API key in the X-API-Key header.

Path Parameters

id
string
required

Body

application/json
prompt
string
required

Response

No response body