curl --request POST \
--url https://app.all-hands.dev/api/conversations/{conversation_id}/events \
--header 'X-Session-API-Key: <api-key>'
"<any>"
curl --request POST \
--url https://app.all-hands.dev/api/conversations/{conversation_id}/events \
--header 'X-Session-API-Key: <api-key>'
"<any>"
Successful Response
The response is of type any
.
Was this page helpful?