Skip to main content
POST
/zenn/books/chapters

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
book
string
required
chapter
string
required
timeout
integer
default:300
Required range: 20 <= x <= 1500

Response

Successful Response

id
integer
required
alias
string
required
@type
string
default:ZennChapter
chapter_title
string | null
url
string | null
position
integer | null
is_free
boolean
default:false
letter_count
integer | null
filename
string | null
body_updated_at
integer | null
source_repo_updated_at
integer | null
github_url
string | null
github_dev_url
string | null
text
string | null
text_html
string | null
toc
object[]
book
object | null