GET
/
analyses
/
{uuid}
curl --request GET \
  --url https://app.qualitee.io/api/analyses/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "uuid": "<string>",
  "type": "ai-detection",
  "details": {},
  "status": "pending",
  "price": 123,
  "created_at": "<string>",
  "updated_at": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uuid
string
required

L'identifiant unique de l'analyse que vous souhaitez récupérer.

Response

200
application/json

Renvoie les informations sur l'analyse.

Détails de l'analyse