Submit code research query
Submit a billing code research query to the AI agent.
The agent researches CPT/HCPCS codes, modifier requirements, coding guidelines, and documentation requirements. Returns a job ID for asynchronous polling.
Authorizations
Body
Submit a billing code research query to the AI agent.
The question or task for the agent
8000Shared secret for HMAC-SHA256 of the raw JSON body. We send X-RCI-Signature: sha256=. Do not send this on poll.
8 - 128HTTPS URL to POST when the job completes or fails. There is no POST /v1/webhooks registry — this is the only push. Pair with callback_secret so we send X-RCI-Signature.
"https://yourapp.com/webhooks/rci-agent"
Facility CCN to enrich the query with knowledge layer data
"170001"
Additional context key-value pairs passed to the agent
CPT code to research
"99213"
HCPCS code to research
"E0601"
Response
Job accepted — poll /agents/jobs/{job_id} for result