Create an author
create_authorCreate an author in Writavo CMS with bio, avatar, and AI-generated flag. Set is_ai_generated to distinguish personas from human bylines for accurate disclosure; changes remain unpublished until you publish.
Instructions
Create an author. is_ai_generated marks a persona rather than a real person. It defaults to true because that is what the generation pipeline creates. Set it to false for a human byline, and be accurate about it: it is what your disclosure copy keys off. Changes content on the customer's Site. Nothing becomes public: publishing is always a separate call. Needs a secret key (wv_sk_) carrying the authors:write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bio | No | Send null to clear it. | |
| name | Yes | ||
| avatar_url | No | Send null to clear it. | |
| is_default | No | ||
| is_ai_generated | No |