Phrase Platform API tokens
The Phrase Studio API uses API key authentication. Generate a Phrase Platform JWT token as described hereUsing Your API Key
Include your API key in theX-API-Key header with every API request:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
X-API-Key header with every API request:
curl -X GET "https://api.studio.us.phrase.com/v1/projects" \
-H "X-API-Key: YOUR_API_KEY"
| Status Code | Description |
|---|---|
| 401 Unauthorized | Invalid or missing API key |
| 403 Forbidden | API key is valid but doesn’t have access to the requested resource |
Was this page helpful?