Skip to main content
POST
Queue async post generation

Authorizations

Authorization
string
header
required

Send your API key in the Authorization header as Bearer API_KEY.

Body

application/json
contentType
enum<string>
required
Available options:
changelog,
blog_post,
linkedin_post,
twitter_post,
image
Example:

"blog_post"

lookbackWindow
enum<string>
default:last_7_days
Available options:
current_day,
yesterday,
last_7_days,
last_14_days,
last_30_days
Example:

"last_7_days"

brandVoiceId
string
Minimum string length: 1
Example:

"voice_123"

brandIdentityId
string | null
Minimum string length: 1
Example:

"voice_123"

repositoryIds
string[]

Deprecated. Use integrations.github with GitHub integration IDs instead.

Minimum string length: 1
Example:
linearIntegrationIds
string[]

Deprecated. Use integrations.linear with Linear integration IDs instead.

Minimum string length: 1
Example:
integrations
object
github
object
Example:
dataPoints
object
selectedItems
object

Response

Post generation queued successfully

organization
object
required
job
object
required
Last modified on July 17, 2026