GET
/
publications
/
{uuid}
curl --request GET \
  --url https://app.qualitee.io/api/publications/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "uuid": "<string>",
  "site": {
    "uuid": "<string>",
    "name": "<string>",
    "url": "<string>",
    "cms": "none",
    "created_at": "<string>",
    "updated_at": "<string>",
    "wordpress": {
      "status": "<string>",
      "wordpress_version": "<string>",
      "plugin_version": "<string>",
      "authors": {
        "0": "<string>"
      },
      "categories": {
        "0": "<string>"
      }
    }
  },
  "analysis": {
    "uuid": "<string>",
    "type": "ai-detection",
    "details": {},
    "status": "pending",
    "price": 123,
    "created_at": "<string>",
    "updated_at": "<string>"
  },
  "author": 123,
  "category": 123,
  "url": "<string>",
  "planified_at": "<string>",
  "published_at": "<string>",
  "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 la publication que vous souhaitez récupérer.

Response

200
application/json

Réponse de l'analyse

The response is of type object.