> ## 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 Platform API Reference 1.0.0

Phrase Platform related APIs serving unified authorization experience to all [Phrase Platform](https://phrase.com/) products.

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