Get API info
GET
/v1/meta
Read this before you build anything stateful: it tells you the API version, the batch sizes a book works through as it translates (1 page, then 5, then 25, then 100, then the rest), the export formats you can request, the destination languages you can translate into, and which payment rails are enabled on this deployment. An agent or SDK can use it to configure itself without hardcoding assumptions.
Responses
OK
application/json
Success body for GET /meta: a lightweight, unauthenticated self-description so a client
can configure itself before it holds a token.
The API's version string.
The public Apple Service ID to initialize Sign in with Apple with, or
null when Apple sign-in is disabled.
Whether to show the "Sign in with Apple" button.
The batch sizes a book works through as it translates, in order (e.g.
1, 5, 25, 100) — the final batch after the ladder takes every remaining page.
Whether card top-ups (Stripe) are enabled on this deployment.
Whether crypto top-ups (CoinPayments) are enabled on this deployment.
The export formats the pipeline can produce.
Always "rest" — the label for the batch that takes all remaining pages
once the explicit ladder rungs in IReadOnlyList<int> ApiMetaView.BatchLadder are exhausted.
The public Google client id to initialize Google Identity Services
with, or null when Google sign-in is disabled.
Whether to show the "Sign in with Google" button.
The destination languages you can translate a book into.
The base URI every error response's type field is built from.