curl --request GET \
--url https://sapi.withsutro.com/storage/files/{id}/exists \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'{
"exists": true
}Check whether a stored file exists by its ID.
curl --request GET \
--url https://sapi.withsutro.com/storage/files/{id}/exists \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'{
"exists": true
}Was this page helpful?