curl -s \
-H "Authorization: Token <paste-your-token-here>" \
https://api.replicate.com/v1/collections
{
"next": "null",
"previous": null,
"results": [
{
"name": "Super resolution",
"slug": "super-resolution",
"description": "Upscaling models that create high-quality images from low-quality images."
}
]
}
curl --location --request GET 'https://api.replicate.com/v1/collections'
{}