Skip to main content
POST
Create document from URL

Authorizations

Authorization
string
header
required

API key issued via POST /v1/api-keys. Prefix is zsk_. Pass as Authorization: Bearer zsk_…. Scopes are enforced per key.

Body

application/json
url
string
required

Public URL to fetch. Must be http(s).

name
string

Display name. Defaults to the page title or URL hostname.

folder_id
object

Parent folder ID; null = root.

Response

201 - undefined