API ReferenceApi claw embed
Post embed message
API documentation for Post embed message
Authorization
bearerAuth AuthorizationBearer <token>
API key authentication.
In: header
Path Parameters
sessionId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1/embed/chat-sessions/string/messages" \ -H "Content-Type: application/json" \ -d '{ "message": "string" }'{ "sessionId": "string", "queued": true, "run": { "started": true, "statusUrl": "string" }}