https://api-sim.hardlightsim.com
Base path:
/v0
Auth:
Authorization: Bearer <hls_live_service_key>
Core Endpoints
POST /v0/jobscreate simulation job.POST /v0/inputs/presign-uploadgenerate presigned upload URL for local input files.GET /v0/jobs/{job_id}fetch status + artifacts.GET /v0/jobslist jobs for authenticated customer.POST /v0/jobs/{job_id}/cancelrequest cancellation.GET /v0/jobs/{job_id}/artifacts/{name}/download-urlfetch presigned URL.
Submit Response Billing Fields
POST /v0/jobs includes:
estimated_creditsestimated_usdbilling_modelbilling_price_idgpu_hourly_rate_usd
Error Types You Should Handle
402insufficient credits / billing guardrail.403plan not entitled.404cross-tenant or unknown job.409idempotency conflict.429tenant guardrail exceeded.
Full Contract
See repository spec:docs/api-v0-spec.md.