Workspace

Developers

Tools

API Playground

Try the RCIntel API live against the dev environment. No sign-up — each visitor gets a limited number of read-only calls per day. Pick a scenario or build a custom request.

GET

Look up a procedure code

Fetch the full detail record for a CPT/HCPCS code.

GET /v1/codes/99213

Equivalent request

curl -X GET 'https://api-dev.rcintell.com/v1/codes/99213' \
  -H 'X-API-Key: <your-api-key>'