VPS Async API
Submit job
POST /submit
Use this endpoint to submit Catala or OpenFisca jobs that cannot complete on the synchronous Worker path.
Poll result
GET /result/:id
The result endpoint returns the current job state until the transform completes.
Example flow
{
"jobId": "job_123"
}Later polling returns a payload with status, output, and optional hash. The production reference will also document retries, expiry windows, and failure states.