Skip to main content
POST
/
posts
/
{postId}
/
score
AI score post content
curl --request POST \
  --url https://app.autoposting.ai/api-proxy/posts/{postId}/score \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "score": 78,
    "breakdown": {
      "clarity": 85,
      "engagement": 70,
      "callToAction": 80
    },
    "suggestions": [
      "Add a question to invite replies",
      "Include relevant hashtags for discoverability"
    ]
  }
}

Authorizations

Authorization
string
header
required

API key as Authorization: Bearer sk-social-...

Path Parameters

postId
string
required

Unique identifier of the post.

Example:

"post_01HXYZ"

Response

The content score.

success
boolean
required
data
object
required