Skip to main content
POST
Create author

Authorizations

Authorization
string
header
required

Your Marble API key

Body

application/json
name
string
required
Minimum string length: 1
Example:

"John Doe"

slug
string
required
Minimum string length: 1
Example:

"john-doe"

bio
string | null
Example:

"Technical writer and developer"

role
string | null
Example:

"Editor"

email
string<email> | null
Example:

"john@example.com"

image
string<uri> | null
Example:

"https://media.marblecms.com/avatar.jpg"

socials
object[]

Social media links for this author

Response

Author created successfully

author
object
required