Biopageeditor
Store
Base URL
https://app.usesaki.com/apipost
/spaces/{space}/biobio.store
Authorization
Bearer <token>Path Parameters
spacerequiredintegerThe space ID
Request Bodyrequired
application/jsonslugrequiredstringtitlestring | nulldescriptionstring | nullthemerequired"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
{}