/
/Datalab API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
collections21
compliance1
Custom Pipelines (Deprecated)20
Custom Processors20
eval_rubrics9
extraction_schemas5
files6
Pipeline Templates (Deprecated)10
pipelines16
Processor Templates10
  • post[DEPRECATED] Marker
  • post[DEPRECATED] OCR
  • post[DEPRECATED] Table Recognition
  • getApi Health
  • postConvert Document
  • getConvert Result Check
  • postCreate Document
  • getCreate Document Result Check
  • getList Workflows
  • postCreate Workflow
  • getCustom Processor Result Check
  • getGet Workflow
  • deleteDelete Workflow
  • postExecute Workflow
  • getExtract Result Check
  • postExtract Structured Data
  • getExtraction Schema Generation Result Check
  • postForm Filling
  • getForm Filling Result Check
  • postGenerate Extraction Schemas
  • getGet Execution Status
  • getHealth
  • getList Step Types
  • getMarker Result Check
  • getOCR Result Check
  • postRun Custom Pipeline
  • postRun Custom Processor
  • postSegment Document
  • getSegment Result Check
  • getTable Rec Result Check
  • getThumbnails
  • postTrack Changes
  • getTrack Changes Result Check

Health

This endpoint is used to check the health of the API. Returns a JSON object with the key "status" set to "ok".

get/api/v1/health

Response

Successful Response

statusstring required

The status of the service. Should be 'ok' if the service is running correctly.

Changes