Skip to main content

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:
  1. Generate an API token from your organization settings in the Prismy dashboard
  2. Include the token in the Authorization header as Bearer {your-api-token}

Available Endpoints

All Public API endpoints are documented in the API Reference > Public API section of this documentation.

Features

Organization Description

When useOrgDescription is enabled, the translation engine uses your organization’s description to provide better context and maintain brand consistency.

Glossary Integration

When useGlossary is enabled, the system automatically extracts terms from your source texts and applies consistent translations based on your organization’s glossary.

Similarity Learning

When useSimilarity is enabled, the system leverages previously translated similar content to improve translation quality and consistency.

Custom Instructions

When useCustomInstructions 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