Documentation Index
Fetch the complete documentation index at: https://docs.extend.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Extend API uses versioning to ensure that your integration remains stable as we evolve our API. The version is specified using thex-extend-api-version header in your requests.
Specifying a Version
To specify an API version, include thex-extend-api-version header in your requests.
The API version is specified in the format YYYY-MM-DD and corresponds to the date of the release that introduced the breaking changes.
- When using an API key made before April 21, 2025, you’ll automatically use the legacy version (
2024-12-23) - When using an API key made after April 21, 2025, you will receive an error and be required to specify an API version.
- Some organizations may default to a legacy version for backward compatibility predating the introduction of the
x-extend-api-versionheader. Reach out to the Extend team if you need to change this.
v1 prefix is the routes is legacy and will be deprecated in the future. We recommend specifying the version using the x-extend-api-version header.
Webhook Endpoints
When you create a webhook endpoint in the Extend dashboard, you will be prompted to select the API version you’d like to use. All webhook notifications sent to that endpoint will include the same API version in thex-extend-api-version header, ensuring consistency in payload formats.
We strongly recommend keeping the versions defined on your webhook endpoint in sync with the version specified in your requests.
API Version Changelog
| Version | Status | Release Date | Changes |
|---|---|---|---|
2025-04-21 | Current | April 21, 2025 | Exposed more granular control to several endpoints that use processor configurations. Breaking changes for the processor config schema. See our migration guide for details. |
2024-12-23 | Current | December 23, 2024 | Minor, backwards incompatible change: excel files now have their own file type EXCEL and data output shape that is distinct from CSVs. To migrate to new API version, if you are consuming the parsed data from all file types make sure to begin handling EXCEL separately. |
2024-11-14 | Legacy | November 14, 2024 | Significant, backwards incompatible change:New processor config format which is not fully backwards compatible with 2024-07-30. See here for new processor config schema. |
2024-07-30 | Legacy | July 30, 2024 | Added support for webhook event subscriptions plus a suite of new endpoints for managing processors. And fully deprecated the legacy snake case workflow_run keys in favor of camel case. |
2024-02-01 | Legacy | February 1, 2024 | Initial API version with support for workflows. |

