Logo
Akamai APIs API Documentation

Image collections

Number of APIs: 5


1. List image collections

GET https://{{host}}/imaging/v2/imagecollections

Lists all image collections, unless you set a limit.



2. Create a new image collection

PUT https://{{host}}/imaging/v2/imagecollections

Create a new image collection.



3. Update an image collection

POST https://{{host}}/imaging/v2/imagecollections/:imageCollectionId

Update an image collection.



4. Get an image collection

GET https://{{host}}/imaging/v2/imagecollections/:imageCollectionId

Returns the values for the image collection you specify.



5. Remove an image collection

DELETE https://{{host}}/imaging/v2/imagecollections/:imageCollectionId

Delete a specific image collection.



ENDPOINTS