Authorizations
Body
application/json
curl --request POST \
--url https://app.herondata.io/api/watermarks/logo \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"file_base64": "<string>",
"filename": "<string>"
}'
{
"filename": "<string>",
"user_id": "<string>"
}
Upload a logo file for the current user. The file is validated for security and stored in GCS.
curl --request POST \
--url https://app.herondata.io/api/watermarks/logo \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"file_base64": "<string>",
"filename": "<string>"
}'
{
"filename": "<string>",
"user_id": "<string>"
}
Was this page helpful?