The following endpoints are deprecated and will sunset on 2026-03-31:
| Legacy endpoint | Replacement |
|---|---|
POST /v1/extract | POST /processors/{processor_id}/runs |
GET /v1/extract/{id} | GET /processors/{processor_id}/runs/{run_id} |
POST /v1/upload | POST /files/upload |
Migration checklist
- Update client libraries to use the
/processors,/workflows, and/filesnamespaces. - Ensure requests send the
x-api-keyheader; OAuth tokens from v1 are no longer accepted. - Validate new response payloads in staging; nested objects changed to include version metadata.
Need support? Open a ticket from https://app.algorythmos.fr/support and include sample request IDs so our team can verify logs.