Services
Create Translation
This endpoint creates a translation request for one or multiple documents.
POST
Documentation Index
Fetch the complete documentation index at: https://beglaubigt.de/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorization
To authenticate requests, include an Authorization header with a Bearer token:Authorization: Bearer <token>
Example: Bearer sk-123e4567-e89b-12d3-a456-426614174000
Body
The type of translation service required. Use
Possible values:
certified for officially recognized translations for authorities, or standard for professional business and private documents.Possible values:
standard or certifiedThe 2-letter ISO country code of the country where the certified translation will be used.
Example:
Note: Required if
Example:
DENote: Required if
translation_type is certified.The ISO code of the language the original document is written in. Refer to the list of supported languages below.
Example:
Example:
deThe ISO code of the language the document should be translated into. Refer to the list of supported languages below.
Example:
Example:
enWarning: While we support a wide range of languages, certain specific language combinations are currently unavailable. Please review the Unsupported Language Pairs section below before submitting your request to avoid validation errors.
The priority level of the request.
Default value:
standard: 3-5 business days.priority: ~48 hours.urgent: ~24 hours.Possible values: standard, priority or urgentDefault value:
standardIndicates if a legal apostille is required for the translated documents.
Default value:
Default value:
falseAn array of strings containing the URLs of the documents to be translated.
Example:
Example:
["https://example.com/doc1.pdf"]How the final translation should be delivered.
Possible values:
Default value:
Possible values:
email, postal or expressDefault value:
emailAdditional instructions or notes for the translator (Max 191 characters).
Example:
Example:
Please ignore the handwritten scribbles at the bottom of the page.Whether to include insurance for the translation order.
Default value:
Default value:
falseInformation about the person requesting the translation.
The physical address for shipping.
Note: Required if
Note: Required if
delivery_method is postal or express.The address to be used for the invoice. Uses the same structure as
delivery_address.A custom reference string for internal tracking.
Example:
Example:
PO-99821Preferred language for automated notifications.
Possible values:
Possible values:
en, de, es, fr or itResponse
Indicates the outcome of the request.
Possible values:
Possible values:
success or errorA human-readable summary of the result.
Example:
Example:
Translation created successfully.The unique UUID identifying the created translation case.
Example:
Example:
8963cd77-b5f9-4280-986d-6137e9fea106The initial status of the translation.
Value:
Value:
pendingThe dashboard URL to monitor the translation progress.
Example:
Example:
https://app.beglaubigt.de/cases/123e4567-e89b-12d3-a456-426614174000The ISO 8601 timestamp of when the case was created.