Handle JSON-RPC
a2a
Handle JSON-RPC
Handle JSON-RPC requests for agent-to-agent communication (tasks, messages, etc.)
POST
Handle JSON-RPC
Body
application/json
The body is of type object.
Response
Successful response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🚀 We are preparing our documentation and source code for our first release. For any questions & to meet the founders, please fill in this form
curl --request POST \
--url https://api.example.com/api/a2a/v1 \
--header 'Content-Type: application/json' \
--data '{}'{
"message": "<string>",
"data": "<unknown>"
}Handle JSON-RPC requests for agent-to-agent communication (tasks, messages, etc.)
curl --request POST \
--url https://api.example.com/api/a2a/v1 \
--header 'Content-Type: application/json' \
--data '{}'{
"message": "<string>",
"data": "<unknown>"
}The body is of type object.
Successful response