Skip to main content
POST
/
company
/
logo
Upload Company Logo
curl --request POST \
  --url https://api.firma.dev/functions/v1/signing-request-api/company/logo \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'
{
  "success": true,
  "icon_url": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.firma.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key for authentication. Use your API key directly without any prefix (e.g., 'your-api-key'). Bearer prefix is optional but not required.

Body

multipart/form-data
file
file
required

Logo image file (PNG or JPEG, max 2MB)

Response

Logo uploaded successfully

success
boolean
icon_url
string<uri>

Public URL to the uploaded logo