curl --request POST \
--url https://app.all-hands.dev/api/conversations/{conversation_id}/events \
--header 'X-Session-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}curl --request POST \
--url https://app.all-hands.dev/api/conversations/{conversation_id}/events \
--header 'X-Session-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?