cURL
curl --request GET \ --url https://api.example.com/files/single/:id
{ "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "classification": "<string>" }, "message": "<string>" }
Fetch a single file by id.
1
File retrieved successfully
Show child attributes