Check if file exists.
Returns: 200 with metadata headers if exists, 404 if not.
Raises: HTTPException: 404 if file not found.
cURL
curl --request HEAD \ --url https://api.example.com/files/{name}
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Successful Response