Skip to main content
POST
Create author

Authorizations

x-api-key
string
header
required

Body

application/json
name
object
required

Author name keyed by language code. Keys must be language codes configured for the service.

slug
string
required

URL-friendly unique identifier (unique per tenant).

Example:

"john-carter"

email
string<email>
required

Public contact email (unique per tenant).

bio
object

Author bio keyed by language code (HTML allowed).

avatar
string

Avatar image URL.

isPrivate
boolean

Whether the author is hidden from public listings. Defaults to false.

isActive
boolean

Whether author is active. Defaults to true.

Response

Created