Skip to main content
POST
/
workspace
/
{workspace_id}
/
static_host
/
{static_host}
/
build
Create a static host build
curl --request POST \
  --url https://your-xano-instance.xano.io/api:meta/workspace/{workspace_id}/static_host/{static_host}/build \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file' \
  --form 'name=<string>' \
  --form 'description=<string>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace_id
integer<int64>
required
static_host
string
required

Body

multipart/form-data
file
file
required
name
string
required
description
string

Response

Success!

The response is of type object.