# UploadLogo

## Upload and resize a logo image

> Upload and resize a logo image

```json
{"openapi":"3.0.3","info":{"title":"Omnitron API","version":"1.0.0"},"security":[{"Token":[]}],"components":{"securitySchemes":{"Token":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/api/v1/upload_logo/":{"post":{"summary":"Upload and resize a logo image","description":"Upload and resize a logo image","tags":["UploadLogo"],"requestBody":{"required":true,"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary","description":"Logo image file (JPEG or PNG)"}}}}}},"responses":{"201":{"description":"Logo uploaded and resized successfully","content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","format":"uri"}}}}}},"400":{"description":"Validation error (missing file, unsupported format, or size too large)","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}}}}}}}}}}}
```
