API Docs

Prerequisite

  • Goto developer page in the dashboard.

  • Click on generate API key

  • Use API Key and Secret while calling APIs

Upload Image

POST https://api.optimuss.io/api/v1/user/upload

Headers

Request Body

{
    "url": "https://your-company.optimuss.io/path/to/filename.png",
    "_id": "641b1ddf1697d768ed53dc4c"
}

Postman collection

Last updated