curl --request POST \
--url https://api.getovra.com/collect/agents/{id}/charge \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"error": "<string>"
}Server-to-server charge initiated by an agent run. Body shape mirrors the
runtime charge schema (amount, recipient, run/idempotency metadata).
Idempotent via Idempotency-Key.
curl --request POST \
--url https://api.getovra.com/collect/agents/{id}/charge \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"error": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.getovra.com/llms.txt
Use this file to discover all available pages before exploring further.
API key (sk_sandbox_* / sk_test_* / sk_live_*) or Agent token (at_* / at_dlg_*)
Unique key for idempotent request handling
The body is of type object.
Charge accepted