API Reference • REST & Webhooks
API Reference & Authentication
Programmatic ingress, asynchronous parse job queues, and real-time webhook telemetry powered by Customer.io.
Authentication
All requests to the Rine API require a valid API key passed in the Authorization header:
Authorization: Bearer rine_live_pk_****************
Core Endpoints
POST/v1/ingest/upload
Upload a raw binary file (DWG, DXF, DWT) and receive an asynchronous processing job ID.
GET/v1/jobs/:job_id
Poll job execution status, entity extraction counts, and normalized geometry artifact URLs.
POST/v1/compile/pdf
Compile a validated La Vinci IR payload into a production vector PDF document.