> ## Documentation Index
> Fetch the complete documentation index at: https://developers.phrase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

export const DownloadOpenApiCard = ({url}) => {
  return <Card title="Full API Schema" href={url} target="_blank" horizontal>
      Explore the raw schema to see all endpoints in one place. Perfect for tools and integration setup.
    </Card>;
};

## Phrase Language AI API Reference 1.0.0

Machine translation powered by [Phrase](https://phrase.com/) allows the translation of content utilizing a unique AI powered feature to pick the best available translation engine for that content.

<DownloadOpenApiCard url="https://developers.phrase.com/public/assets/openapi/phrase-language-ai.json" />
