Skip to main content
GET
/
v1
/
aiChecks
/
{uid}
Get AI Check
curl --request GET \
  --url https://eu.phrase.com/quality-evaluator/v1/aiChecks/{uid} \
  --header 'Authorization: Bearer <token>'
{
  "uid": "6804a3f2e1b2c3d4e5f60789",
  "name": "No Yoda Speech",
  "qualityRequirements": "The translation must not use Yoda-style inverted sentence structure."
}

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.

Path Parameters

uid
string
required

Unique identifier of the AI Check.

Example:

"6804a3f2e1b2c3d4e5f60789"

Response

AI Check details.

uid
string
required
Example:

"6804a3f2e1b2c3d4e5f60789"

name
string
required
Example:

"No Yoda Speech"

qualityRequirements
string
required
Maximum string length: 2000
Example:

"The translation must not use Yoda-style inverted sentence structure."