Ollang API Reference
Get Custom Instruction Suggestions
Retrieve suggested preset custom instructions you can adopt or adapt
GET
Returns a curated list of suggested custom instructions (templates). Use these as starting points when creating your own via Create Custom Instruction.
Authorizations
This endpoint requires API key authentication.- Header name:
X-Api-Key - Header value: Your API key from the Ollang dashboard
Response
Each suggestion includes key, value, optional description, andactive (template default).
string
Suggested instruction key.
string
Suggested instruction body text.
string
Optional explanation of the suggestion.
boolean
Whether the template is marked active by default.