POST
/
Send
curl --request POST \
  --url https://pointerapi.com/ \
  --header 'Content-Type: application/json' \
  --data '{
  "message": "<string>"
}'

Query Parameters

session
string
The session ID to continue.

Request Body

message
string
required
The task/message.
See Streaming Message Types for event details.