Skip to main content
POST
JSON-RPC 2.0 endpoint

Authorizations

x-api-key
string
header
required

API key with the iv_live_ prefix. Create one under Developer → API Keys.

Body

application/json
jsonrpc
string
required

Must be "2.0".

method
string
required

initialize | tools/list | tools/call | ping.

id
string

Request id (echoed in response). Omit for notifications.

params
object

Method-specific params. For tools/call: { name, arguments }.

Response

Success

Last modified on July 20, 2026