Poster
Upload event poster images to AWS S3. Returns a public URL for the uploaded image.
Uploads an event poster image to AWS S3 and returns the public URL. Maximum file size: 500KB. Supported formats: JPEG, PNG, GIF.
Body
posterstring · binaryRequired
Image file (JPEG, PNG, or GIF, max 500KB)
Responses
200
Image uploaded successfully
application/json
400
Bad request - invalid parameters or body
application/json
401
Unauthorized - authentication required
application/json
413
Payload too large (file size exceeds 500KB)
application/json
500
Internal server error
application/json
503
Service unavailable (AWS S3 issue)
application/json
post
/posterLast updated