GuidesLegacyDeprecated Endpoints

The following endpoints are deprecated and will sunset on 2026-03-31:

Legacy endpointReplacement
POST /v1/extractPOST /processors/{processor_id}/runs
GET /v1/extract/{id}GET /processors/{processor_id}/runs/{run_id}
POST /v1/uploadPOST /files/upload

Migration checklist

  1. Update client libraries to use the /processors, /workflows, and /files namespaces.
  2. Ensure requests send the x-api-key header; OAuth tokens from v1 are no longer accepted.
  3. 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.