Ollang API Reference
List Custom Instructions
Retrieve all custom translation instructions configured for your account
GET
Retrieve every custom instruction (translation guidelines) owned by your API key’s account. Use these with the SDK’sDocumentation Index
Fetch the complete documentation index at: https://api-docs.ollang.com/llms.txt
Use this file to discover all available pages before exploring further.
ollang.customInstructions helpers or when you need IDs for updates or deletes.
Authorizations
This endpoint requires API key authentication.- Header name:
X-Api-Key - Header value: Your API key from the Ollang dashboard
Response
Returns an array of custom instruction objects.Unique identifier of the custom instruction.
Machine-friendly name for the instruction (e.g.
tone_and_register).The instruction text applied to translation workflows.
Whether the instruction is currently enabled.
Optional human-readable description.
Scope reference (client) identifier.
Creation timestamp (ISO 8601).
Last update timestamp (ISO 8601).