curl --request POST \
--url https://preview.intermezzo.ai/organizations/{organization_id}/logo/upload-url \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"document_name": "<string>"
}
'{
"uploadUrl": "<string>",
"documentId": "<string>",
"expiresAt": "2023-11-07T05:31:56Z"
}Generate a presigned URL for uploading an organization logo directly to GCS. After uploading the file, call the confirm endpoint to activate it.
curl --request POST \
--url https://preview.intermezzo.ai/organizations/{organization_id}/logo/upload-url \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"document_name": "<string>"
}
'{
"uploadUrl": "<string>",
"documentId": "<string>",
"expiresAt": "2023-11-07T05:31:56Z"
}Get token from Auth0 and paste it here
Was this page helpful?