curl --request POST \
--url https://api.bunny.net/mc/registries/public-images/search \
--header 'AccessKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"registryId": "<string>",
"prefix": "<string>",
"size": 5,
"page": 50
}
'[
{
"id": "<string>",
"namespace": "<string>"
}
]Searches for public container images in a registry by prefix.
curl --request POST \
--url https://api.bunny.net/mc/registries/public-images/search \
--header 'AccessKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"registryId": "<string>",
"prefix": "<string>",
"size": 5,
"page": 50
}
'[
{
"id": "<string>",
"namespace": "<string>"
}
]Please enter a valid personal API key.
Was this page helpful?