curl --request POST \ --url '{{BASE_URL}}/lab_report/v1/parser/job' \ --header 'accept: application/json' \ --header 'x-vital-api-key: {YOUR_KEY}' \ --header 'Content-Type: multipart/form-data' \ --form 'file=@/path/to/lab_report.pdf' \ --form 'needs_human_review=false'
{ "job_id": "550e8400-e29b-41d4-a716-446655440000", "status": "started", "data": null, "needs_human_review": false, "is_reviewed": false }
Creates a parse job, uploads the file to provider, persists the job row, and starts the ParseLabReport. Returns a generated job_id.
Vital Team API Key
Successful Response
ℹ️ This enum is non-exhaustive.
upload_pending
started
completed
failed
Show child attributes
Was this page helpful?