Zilfu
API ReferenceBio Page

Upload an image for a bio image block

POST
/spaces/{space}/bio/image
AuthorizationBearer <token>

In: header

Path Parameters

space*integer

The space ID

Request Body

multipart/form-data

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://zilfu.app/api/spaces/0/bio/image" \  -F file="string"
{
  "path": "string",
  "url": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string",
  "errors": {
    "property1": [
      "string"
    ],
    "property2": [
      "string"
    ]
  }
}