Skip to main content

Upload a file

POST 

/v1/uploads

Request

Body

required
    file binary

    File to upload

    description string

    Description of the file

Responses

OK

Schema
    id integer

    ID of the file

    size integer

    Size of the file

    mime string

    Mime type of the file

    ext string

    Extension of the file

    path string

    URL of the uploaded file

    description string

    Description of the file

    src_filename string

    Name of the file

    created_at string

    Date of creation of the file

Loading...