Was this helpful?
Upload and resize a logo image
Logo image file (JPEG or PNG)
POST /api/v1/upload_logo/ HTTP/1.1 Host: Authorization: YOUR_API_KEY Content-Type: multipart/form-data Accept: */* Content-Length: 17 { "file": "binary" }
Logo uploaded and resized successfully
{ "url": "https://example.com/logos/logo.png" }