Skip to content

Generate Upload URL

Endpoint used to generate a file upload URL in Toolzz Bots.

Terminal window
curl --request POST \
--url 'https://bots-viewer.toolzz.ai/api/v1/generate-upload-url' \
--header 'Authorization: Bearer <token>'
ParameterTypeDescriptionRequired
AuthorizationStringAccess token (must contain “Bearer” before the token)Yes

To access this endpoint, it is necessary to send a valid access token through the authorization header (Authorization) of the request.