김인턴
APIReferenceAgent

Send the agent a message

Asks the agent for work the way a message in the messenger does. Omit `conversationID` to open a new conversation; the response carries the one it opened.

POST
/agent/messages

Authorization

memberToken
AuthorizationBearer <token>

Tokens

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

text/plain

text/plain

text/plain

text/plain

curl -X POST "https://example.com/agent/messages" \  -H "Content-Type: application/json" \  -d '{    "message": "string"  }'
{  "conversationID": "string",  "messageID": "string",  "result": null}