Skip to main content
POST
/
images
/
upload
Upload an image and return its URL
curl --request POST \
  --url https://app.blogbowl.io/api/v1/images/upload \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'

Body

multipart/form-data
file
file
required

Image file to upload

Response

201

Uploaded image URL