Skip to main content

Base URL

The base URL for all Talonic API endpoints. All requests must use HTTPS and are relative to the v1 base path.

All endpoints are relative to the base URL below. All requests must use HTTPS.

Most integrations set this as a constant in their HTTP client configuration. A typical request URL looks like https://api.talonic.com/v1/extract or https://api.talonic.com/v1/documents. All paths in this reference are relative to the /v1 prefix.

The API uses standard JSON request and response bodies with Content-Type: application/json, except for file uploads which use multipart/form-data. Responses include standard HTTP status codes and rate limit headers on every call.

There is no versioning in the URL beyond /v1. Breaking changes will be communicated in advance and introduced under a new version prefix. Non-breaking additions (new fields, new endpoints) are shipped continuously.

Plain HTTP requests are rejected. Always use https:// in your base URL configuration to ensure encrypted transport.