Skip to main content
GET
/
v1
/
aiChecks
List AI Checks
curl --request GET \
  --url https://eu.phrase.com/quality-evaluator/v1/aiChecks \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "uid": "6804a3f2e1b2c3d4e5f60789",
      "name": "No Yoda Speech",
      "qualityRequirements": "The translation must not use Yoda-style inverted sentence structure."
    },
    {
      "uid": "6804a3f2e1b2c3d4e5f6078a",
      "name": "Formal Register",
      "qualityRequirements": "The translation must use formal language and avoid colloquialisms."
    }
  ]
}

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.

Authorizations

Authorization
string
header
required

Use a Bearer token obtained from Phrase Platform authentication. See the Authentication guide for details on how to obtain a token.

Query Parameters

sort
enum<string>
default:name

Field to sort by.

Available options:
uid,
name
order
enum<string>
default:asc

Sort order.

Available options:
asc,
desc

Response

List of AI Checks.

items
object[]
required