Overview
The Public API provides access to Prismy’s AI-powered translation engine and glossary management features. Use these endpoints to programmatically generate translations and access your organization’s glossary.Authentication
All endpoints require API token authentication. You need to:- Generate an API token from your organization settings in the Prismy dashboard
- Include the token in the
Authorizationheader asBearer {your-api-token}
Available Endpoints
All Public API endpoints are documented in the API Reference > Public API section of this documentation.Features
Organization Description
WhenuseOrgDescription is enabled, the translation engine uses your organization’s description to provide better context and maintain brand consistency.
Glossary Integration
WhenuseGlossary is enabled, the system automatically extracts terms from your source texts and applies consistent translations based on your organization’s glossary.
Similarity Learning
WhenuseSimilarity is enabled, the system leverages previously translated similar content to improve translation quality and consistency.
Custom Instructions
WhenuseCustomInstructions is enabled, you can specify:
- Instructions Source: Where to pull instructions from (e.g., “github”)
- Repository: Specific repository for instructions
- Bundle: Specific bundle/project within the repository
- Additional Instructions: Extra context or requirements for the translation