Retrieves the organization description and all AI instructions for a specific language.
cURL
curl --request GET \ --url https://app.prismy.io/api/public/ai-instructions/{lang} \ --header 'Authorization: Bearer <token>'
{ "language": "fr-FR", "orgDescription": "Prismy is a translation management platform for software teams.", "instructions": [ { "id": 42, "prompt": "Use 'vous' instead of 'tu' to maintain a professional tone.", "source": "github", "repository": "my-repo", "bundle": "dashboard", "bundlePattern": null } ] }
API token from your organization settings
Language code (e.g., en-US, fr-FR, es-ES)
AI instructions retrieved successfully
The resolved language code
"fr-FR"
The organization description providing context about your product
"Prismy is a translation management platform for software teams."
Show child attributes