QuQi API افتح الكونسول
ESC
افتح الكونسول استخدام QuQi
API
Getting started
The QuQi API Authentication
Your account
GET List your websites POST Issue a narrowed key
Channels
GET List channels GET One channel
Posts
POST Plan a post GET List posts GET One post POST Publish a post
Articles
POST Plan an article GET List written articles GET One written article
The calendar
GET The calendar
Pictures
POST Make a picture GET The picture library GET Check a task
Webhooks
POST Add a webhook GET List webhooks DELETE Remove a webhook
Reading finished work
GET Status GET Keywords GET List articles GET One article POST Connect a site POST Disconnect a site
Getting started
Errors
التوثيق / API / One post

One post

A post and every channel under it — the copy, the picture, the permalink, any error.

قراءة 2 دقائق All plans
GET /api/v1/posts/{id}

Each channel carries its own copy once written, the picture as it will appear there, the permalink once published, and its own error if it failed. They succeed and fail independently.

CURL
curl "https://console.quqi.io/api/v1/posts/01a0585d-5755-72bd-a022-c6d6c59a7e0a?website_id=019feda8-0ca6-70d1-b927-697fa6650cda" \
  -H "Authorization: Bearer quqi_YOUR_KEY"
RESPONSE
{
  "success": true,
  "data": {
    "id": "01a0…",
    "status": "published",
    "topic": "Why used-car buyers get declined",
    "channels": [
      {
        "channel": "linkedin",
        "status": "published",
        "body": "Most declines are not about the car…",
        "media_url": "https://cdn.quqi.io/social/abc.webp",
        "permalink": "urn:li:share:7…",
        "published_at": "2026-09-01T10:00:11+00:00"
      }
    ]
  }
}
هل أجابت هذه الصفحة عن سؤالك؟ نعم ليس تمامًا