Skip to main content
GET
/
api
/
v1
/
export
Export translations
curl --request GET \
  --url http://localhost:3000/api/v1/export \
  --header 'Authorization: Bearer <token>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.linguolink.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Enter your API key in the format: Bearer <api_key>

Query Parameters

project_id
string
required

Project ID to export translations from

selected_ids
string

JSON array of translation IDs to export (optional)

environment
string

Environment name for translation overrides (optional)

format
string

Export format (json, csv, xlsx)

Response

Successful response

The response is of type object.