Saki Docs
Bioblock

Store

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

bio.blocks.store

AuthorizationBearer <token>

Path Parameters

spacerequiredinteger

The space ID

Request Bodyrequired

application/json
typerequired"link" | "header" | "social_icons" | "text"
contentrequiredstring[]
is_visibleboolean

Response

curl -X POST "https://app.usesaki.com/api/spaces/{space}/bio/blocks" \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
  "type": "link",
  "content": [
    "string"
  ],
  "is_visible": true
}'
Response
{}