Get a collection of models
GET
/v1/collections/{collection_slug}
curl -s \
-H "Authorization: Token <paste-your-token-here>" \
https://api.replicate.com/v1/collections/super-resolution
{
"name": "Super resolution",
"slug": "super-resolution",
"description": "Upscaling models that create high-quality images from low-quality images.",
"models": [...]
}
Request
Path Params
collection_slug
string
required
super-resolution
or image-restoration
. See replicate.com/collections.Request samples
Responses
Modified at 2023-12-22 03:33:22