Skip to main content
POST
Generate Post Ideas Route

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

brand_id
string<uuid>
required

Body

application/json

Generate ideas from one of the caller's OWN published posts.

source
string
required
Allowed value: "own_post"
post_id
string<uuid>
required
count
integer
default:5

How many post ideas to generate.

Required range: 3 <= x <= 10

Response

Successful Response

The generated set plus enough provenance to render its header.

source
enum<string>
required
Available options:
own_post,
group_insights
brand_id
string<uuid>
required
ideas
GeneratedPostIdea · object[]
required
generated_at
string<date-time>
required
subject_label
string | null
brand_name
string | null
source_signals
string[]