Skip to main content

Upload an image

POST 

/api/v2/posts/upload-image

This endpoint lets you upload images and returns a public url, which can be used as for the image_url when creating a post.

Request

Body

required

    files binary[]required

Responses

Schema

    status string

    result

    object

    required

    uploads uri[]required
Loading...