FilesFileidExists

/files/{fileId}/exists

GET
/files/{fileId}/exists
AuthorizationBearer <token>

JWT Authorization header using Bearer scheme

In: header

Path Parameters

fileId*string
Formatuuid

Response Body

application/json

curl -X GET "https://api.speaknode.com/api/files/497f6eca-6276-4993-bfeb-53cbbbba6f08/exists"
{
  "exists": true
}