Path parameters · 1
Variables interpolated into the URL path.
Query parameters · 2
Optional filters and modifiers. Pass as URL-encoded ?key=value.
Filter by section name
Freeze the response to a specific point in time. Pass a value previously returned in meta.as_of to replay the exact same translations.
Request headers · 1
Authentication.
Production API key. Pass it as Bearer ax_live_…
Returns · 200
The standard { data, meta } envelope. data contains an array of TranslationOut.
Envelope
Array of result objects.
Pagination and request metadata, including request_id, data_as_of, and ontology_version.
TranslationOut
Section key: mda, risk_factors, business_overview, governance, financial_notes, or accounting_policy.
Original Japanese text. Null if source was not stored.
English translation of the section. Null if not yet translated.
Approximate token count of the translated output.
When the translation was generated.
Errors
Standard HTTP status codes plus a typed error.code in the { error: { code, message } } envelope.
Every endpoint returns the same typed error envelope ({ error: { code, message } }). For the full list of codes, see the Errors reference.