RAKLEdocs
API Reference

Quick reference

Every public Orakle endpoint on one screen.

View as Markdown

Base URL: https://api.orakle.xyz. Auth header: X-Orakle-API-Key.

Endpoints

MethodPathAuthPurpose
POST/v1/jobsYesSubmit a pricing job. Returns 202 with job_id, poll_url, stream_url.
GET/v1/jobs/{id}YesRead job status and result. 404 if not found or not yours.
GET/v1/jobs/{id}/streamYesSSE stream of progress and the final result.
GET/v1/healthNoService health: { "status": "healthy", "version": "..." }.
GET/.well-known/oauth-protected-resourceNoRFC 9728 metadata for MCP OAuth.

There is no public OpenAPI document. Details: Jobs, Streaming, Events, Errors.

On this page