Skip to main content
GET
/
ideas
List generated ideas
curl --request GET \
  --url https://app.autoposting.ai/api-proxy/ideas \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "ideas": [
      {
        "id": "<string>",
        "title": "<string>",
        "summary": "<string>",
        "platform": "<string>",
        "sourceDocumentIds": [
          "<string>"
        ]
      }
    ],
    "total": 123
  }
}

Authorizations

Authorization
string
header
required

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

Query Parameters

brandSlug
string

Filter by brand.

limit
integer
default:50

Default: 50.

offset
integer
default:0

Default: 0.

Response

Success.

success
boolean
required
data
object
required