curl -X GET "https://api-integration.ollang.com/integration/custom-instructions" \ -H "X-Api-Key: <your-api-key>"
[ { "id": "507f1f77bcf86cd799439011", "key": "tone_and_register", "value": "Match the formality level of the source.", "active": true, "description": "Tone and register guidelines", "scopeRefId": "507f1f77bcf86cd799439012", "createdAt": "2023-10-05T12:34:56.789Z", "updatedAt": "2023-10-05T12:34:56.789Z" }]
Ollang API Reference
List Custom Instructions
Retrieve all custom translation instructions configured for your account
GET
/
integration
/
custom-instructions
curl -X GET "https://api-integration.ollang.com/integration/custom-instructions" \ -H "X-Api-Key: <your-api-key>"
[ { "id": "507f1f77bcf86cd799439011", "key": "tone_and_register", "value": "Match the formality level of the source.", "active": true, "description": "Tone and register guidelines", "scopeRefId": "507f1f77bcf86cd799439012", "createdAt": "2023-10-05T12:34:56.789Z", "updatedAt": "2023-10-05T12:34:56.789Z" }]
Retrieve every custom instruction (translation guidelines) owned by your API key’s account. Use these with the SDK’s ollang.customInstructions helpers or when you need IDs for updates or deletes.
curl -X GET "https://api-integration.ollang.com/integration/custom-instructions" \ -H "X-Api-Key: <your-api-key>"