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>"
}Documentation Index
Fetch the complete documentation index at: https://docs.herondata.io/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?