> ## 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 Connectors API Reference

A tool for building custom flows using Phrase Integrations. Easily connect localization processes with external systems and extend built-in integrations with your own functionality.

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