curl -X GET "https://api-integration.ollang.com/integration/custom-instructions/suggestions" \ -H "X-Api-Key: <your-api-key>"
[ { "key": "tone_and_register", "value": "Match the formality level of the source. Business emails should remain professional.", "description": "Instructions for maintaining appropriate tone and register", "active": true }]
Ollang API Reference
Get Custom Instruction Suggestions
Retrieve suggested preset custom instructions you can adopt or adapt
GET
/
integration
/
custom-instructions
/
suggestions
curl -X GET "https://api-integration.ollang.com/integration/custom-instructions/suggestions" \ -H "X-Api-Key: <your-api-key>"
[ { "key": "tone_and_register", "value": "Match the formality level of the source. Business emails should remain professional.", "description": "Instructions for maintaining appropriate tone and register", "active": true }]
Returns a curated list of suggested custom instructions (templates). Use these as starting points when creating your own via Create Custom Instruction.
curl -X GET "https://api-integration.ollang.com/integration/custom-instructions/suggestions" \ -H "X-Api-Key: <your-api-key>"
[ { "key": "tone_and_register", "value": "Match the formality level of the source. Business emails should remain professional.", "description": "Instructions for maintaining appropriate tone and register", "active": true }]