> ## 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>;
};

export const version_0 = "Latest"

## Phrase TMS API Reference ({version_0})

Welcome to Phrase's TMS API documentation.

Please visit our [help center](https://support.phrase.com/hc/en-us/sections/5709662083612) for more information about the APIs.

If you have any questions, please contact [Support](https://support.phrase.com/hc/requests/new).

Please, include the `User-Agent` header with the name of your application or project. It might be a good idea to include some sort of contact information as well, so that we can get in touch if necessary. Examples of excellent `User-Agent` headers:

```
User-Agent: Example mobile app (example@phrase.com)
User-Agent: ACME Inc Java 1.8 Client (http://acmeinc.com/contact)
```

<DownloadOpenApiCard url="https://developers.phrase.com/public/assets/openapi/phrase-tms-latest.yaml" />
