Skip to main content
POST

Create Page

Creates a new okl.ink page belonging to the token owner. Requires pages:write scope.

Headers

string
required
Bearer token with pages:write scope.

Request Body

string
required
Page title.
string
required
One-line summary for page header and SEO metadata.
string
required
Unique URL slug (e.g., my-project). Must be alphanumeric + hyphens.
string
Optional http(s) cover banner image URL.
string
Optional creator display name.
object
Optional theme configuration object.

Response

string
Created page ID.
string
Assigned slug.
string
Page title.
boolean
Publication status (defaults to false).