Skip to main content
POST
/
extension
cURL
curl -X POST "https://api.smooth.sh/api/v1/extension" \
     -H "apikey: YOUR_API_KEY" \
     -F "file=@/path/to/extension.zip"
{
  "r": {
    "id": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.smooth.sh/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

apikey
string
header
required

Body

multipart/form-data
file
file
required

The zipped extension file (.zip format).

Response

Extension successfully uploaded.

r
UploadExtensionResponse · object
required

Response model for extension upload.