Admin API Key Required - This endpoint currently requires an admin API key for access. Admin keys can create articles for any account by specifying the
account_id
in the request body.Future Enhancement - We’re planning to implement scoped API keys with different permission levels (read-only, read-write, etc.). Once this is available, account-specific API keys will be able to create articles for their own accounts without requiring admin privileges.
Authorizations
Admin API key for managing accounts and creating content
Body
application/json
Account UUID (required - specifies which account to create the article for)
Customer avatar UUID (required - links article to specific customer persona)
Article category for content organization
Available options:
opinion_piece
, industry_forecast
, how_to_guide
, comparison
, deep_research
, checklist
, roundup
Required string length:
1 - 500
Minimum length:
1
Maximum length:
500
Maximum length:
20
Available options:
draft
, published
, archived
, deleted