Saki Docs
Biopageeditor

Store

Base URLhttps://app.usesaki.com/api
post/spaces/{space}/bio

bio.store

AuthorizationBearer <token>

Path Parameters

spacerequiredinteger

The space ID

Request Bodyrequired

application/json
slugrequiredstring
titlestring | null
descriptionstring | null
themerequired"minimal" | "bold" | "neon" | "soft" | "classic"

Response

curl -X POST "https://app.usesaki.com/api/spaces/{space}/bio" \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
  "slug": "string",
  "title": "string",
  "description": "string",
  "theme": "minimal"
}'
Response
{}