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

Authorizations

apikey
string
header
required

Body

multipart/form-data
file
file
required

The zipped extension file to upload (.zip format).

Response

Extension successfully uploaded.

Response model for uploading an extension.

id
string
required

The ID assigned to the uploaded extension.