Rapid Cortex · RC Lite programmatic API
API documentation
OpenAPI reference
Machine-readable API contracts are published for approved partners. View the RC Lite OpenAPI document on this site.
Authentication & base URL
Approved clients use OAuth2 client credentials: obtain a token from the token endpoint, then call versioned HTTPS routes under your assigned base (paths include …/oauth/token and …/api/v1/…). Your onboarding package lists the exact host and credentials for sandbox and production.
Example base for this deployment: https://api.rapidcortex.us/api/v1
Example request shape
curl -sS -X POST 'https://{your-assigned-host}/api/v1/oauth/token' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-d 'grant_type=client_credentials&client_id=…&client_secret=…'Scope
Contracts cover intelligence workloads, CAD export patterns, transcription, translation, QA, caller media, partner webhooks, and related capabilities — gated by entitlements negotiated per tenant.
Need access?
Sandbox keys, scopes, and production promotion are coordinated with Rapid Cortex onboarding. Ask for connectivity details and conformance review through the channels below.
