Poster

Upload event poster images to AWS S3. Returns a public URL for the uploaded image.

Upload event poster image

post
/poster

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
chevron-right
200

Image uploaded successfully

application/json
okbooleanOptionalExample: true
post
/poster

Upload vertical event poster image

post
/poster-vertical

Uploads a vertical event poster image to AWS S3 and returns the public URL. This endpoint is specifically for portrait-oriented images.

Format: PNG or JPG only (no GIF) Recommended size: 716 x 1814 pixels Max weight: 500 KB

Body
posterstring · binaryRequired

Vertical image file (PNG or JPG only, max 500KB, recommended 716x1814 pixels)

Responses
chevron-right
200

Vertical image uploaded successfully

application/json
okbooleanOptionalExample: true
post
/poster-vertical

Last updated