v5
latestOpenAPI 3.1.12026-07-31392595.5 KBContent
Queue async post generation
post/v1/posts/generate
Request body
Example request
{
"contentType": "blog_post",
"lookbackWindow": "last_7_days",
"brandVoiceId": "voice_123",
"brandIdentityId": "voice_123",
"repositoryIds": [
"repo_1",
"repo_2"
],
"linearIntegrationIds": [
"linear_integration_1"
],
"integrations": {
"github": [
"integration_1",
"integration_2"
],
"linear": [
"linear_integration_1"
]
},
"github": {
"repositories": [
{
"owner": "usenotra",
"repo": "notra"
}
]
}
}Response
Post generation queued successfully