{"description":"API for processing documents with job queueing and status tracking","endpoints":{"get_document":"GET /api/v1/documents/:id","get_document_status":"GET /api/v1/documents/:id/status","get_job":"GET /api/v1/jobs/:id","health":"GET /health","list_documents":"GET /api/v1/documents","list_jobs":"GET /api/v1/jobs","queue_job":"POST /api/v1/jobs"},"name":"Document Processing API","version":"1.0.0"}