Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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.
Builder authentication and authorization
A unique identifier for the API Client making a request
Existence check result
Was this page helpful?