âŦ†ī¸upload

POST https://secton.link/api/upload

Upload an object to the CDN. Requires authentication.

Request Body

NameDescription

object*

Object to be uploaded (multipart/form-data)

user_id*

User associated with the upload

{
    "message": "Object uploaded.",
    "url": "https://cdn.secton.org/..."
}

Last updated