Skip to content

Check if a CID exists in the blob store

GET
/store/v1/exists/{cid}
curl --request GET \
--url https://example.com/store/v1/exists/example \
--header 'Authorization: Bearer <token>'

Check if a CID exists in the blob store

Check if a CID exists in the blob store

cid
required
string

Check if a CID exists in the blob store

Media type application/json
object
exists
required
boolean
Example generated
{
"exists": true
}