🚀 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