Skip to main content
POST
/
ideas
/
enrich
Enrich an idea with AI
curl --request POST \
  --url https://app.autoposting.ai/api-proxy/ideas/enrich \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ideaId": "<string>",
  "platform": "<string>"
}
'
{
  "success": true,
  "data": {
    "jobId": "enrich_job_01HXYZ"
  }
}

Authorizations

Authorization
string
header
required

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

Body

application/json
ideaId
string
required

ID of the idea to enrich.

platform
string

Platform to tailor the enriched content for.

Response

Success.

success
boolean
required
data
object
required