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://api.closebot.com/library/files/{fileId} \ --header 'X-CB-KEY: <api-key>'
{ "fileId": "<string>", "fileName": "<string>", "lastModified": "2023-11-07T05:31:56Z", "fileType": "<string>", "fileStatus": "<string>", "fileSize": 123, "estimatedFileSize": 123, "sources": [ { "id": "<string>", "name": "<string>", "category": "<string>" } ], "accountId": "<string>", "uri": "<string>", "lastUse": "2023-11-07T05:31:56Z", "uses": 123, "faviconUrl": "<string>" }
CloseBot API Key Authorization
The ID of the file to get.
Success
Show child attributes