API Keys
Do not share your API key with others, or expose it in the browser or other client-side code. In order to protect the security of your account, we may also automatically disable any API key that has leaked publicly.
API Key |
---|
No active keys. |
Examples
Generate a presigned url
$fetch("https://upload.works/api/files/{bucket_id}/upload", {
method: "POST",
headers: {
"Authorization": "YOUR_API_KEY"
}
})