cURL
curl --request GET \ --url https://api.vlm.run/v1/files/{file_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "filename": "<string>", "bytes": 123, "purpose": "assistants", "created_at": "2023-11-07T05:31:56Z", "object": "file" }
Get a file by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Response to the file upload API.