Ollang API Reference
Create Custom Instruction
Create a new custom translation instruction for your account
POST
Create a custom instruction string (guideline) that can influence how translations are produced for your projects.Documentation 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.
Authorizations
This endpoint requires API key authentication.- Header name:
X-Api-Key - Header value: Your API key from the Ollang dashboard
Body Parameters
Machine-friendly identifier for this instruction (e.g.
tone_and_register).The full instruction text.
Optional longer description of what this instruction controls.
Response
Returns the created custom instruction, includingid, timestamps, and scopeRefId. Same shape as List Custom Instructions.