Skip to main content
POST
/
api
/
a2a
/
v1
Handle JSON-RPC
curl --request POST \
  --url https://api.example.com/api/a2a/v1 \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "message": "<string>",
  "data": "<unknown>"
}

Body

application/json

The body is of type object.

Response

Successful response