Skip to main content
POST
/
projects
/
{project_id}
/
quality_performance_score
cURL
curl "https://api.phrase.com/v2/projects/:project_id/quality_performance_score" \
  -X POST \
  -u USERNAME_OR_ACCESS_TOKEN \
  -d '{"translation_ids":["translation_id_1", "translation_id_2"]}' \
  -H 'Content-Type: application/json'
{
  "error": {
    "message": "<string>",
    "code": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Enter your token in the format token TOKEN

Headers

X-PhraseApp-OTP
string

Two-Factor-Authentication token (optional)

Path Parameters

project_id
string
required

Project ID

Body

application/json
translation_ids
string[]

Translation ids you want to get the quality performance score for

Response

OK

Error field for when the request completely fails

error
object