Skip to main content
GET
/
api
/
public
/
ai-instructions
Get AI instructions (default language)
curl --request GET \
  --url https://app.prismy.io/api/public/ai-instructions \
  --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
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.prismy.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API token from your organization settings

Response

AI instructions retrieved successfully

language
string

The resolved language code

Example:

"fr-FR"

orgDescription
string

The organization description providing context about your product

Example:

"Prismy is a translation management platform for software teams."

instructions
object[]