The Flextype Images API allows the retrieval and manipulation of image files referenced from Flextype site media directory to apps, websites and other media. Images are delivered as files.
Method | Endpoint | Description |
---|---|---|
GET | /api/images | Fetch image |
GET /api/images/{path:.+}?VALID_ARGUMENTS&token=YOUR_IMAGES_TOKEN
name | Description | |
---|---|---|
{path:.+} | REQUIRED | The file path with valid params for image manipulations. |
name | Description | |
---|---|---|
* | REQUIRED | Valid arguments for images manipulation |
token | REQUIRED | Valid Images token. |
Fetch image venom-2 from upload directory /movies/venom-2/
GET /api/images/entries/movies/venom-2/venom-2.jpg?token=c1fda5a94603a7296f3a0a5370cfe59f
Fetch image venom-2 from upload directory /movies/venom-2/ and do several image manipulations
GET /api/images/entries/movies/venom-2/venom-2.jpg?w=100&q=70&token=c1fda5a94603a7296f3a0a5370cfe59f