curl --request GET \
--url https://api.duohub.ai/files/get/{id} \
--header 'X-API-Key: <api-key>'{
"status": "success",
"data": {
"id": "<string>",
"name": "<string>",
"extension": "<string>",
"bronzeKey": "<string>",
"silverTranscriptKey": "<string>",
"silverAudioKey": "<string>",
"goldAudioKey": "<string>",
"goldChunkKey": "<string>",
"goldGraphKey": "<string>",
"aiKey": "<string>",
"externalURI": "<string>",
"content": "<string>",
"length": 123,
"size": 123,
"tokens": 123,
"numSpeakers": 123,
"hiddenFilesTotal": 123,
"hiddenFilesProcessed": 123,
"hiddenFilesCreated": 123,
"hiddenFilesIngested": 123,
"jobID": "<string>",
"userID": "<string>",
"memoryID": "<string>",
"botID": "<string>",
"source": "<string>",
"category": "<string>",
"fileType": "<string>",
"originRegion": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
}Get a single file by ID
curl --request GET \
--url https://api.duohub.ai/files/get/{id} \
--header 'X-API-Key: <api-key>'{
"status": "success",
"data": {
"id": "<string>",
"name": "<string>",
"extension": "<string>",
"bronzeKey": "<string>",
"silverTranscriptKey": "<string>",
"silverAudioKey": "<string>",
"goldAudioKey": "<string>",
"goldChunkKey": "<string>",
"goldGraphKey": "<string>",
"aiKey": "<string>",
"externalURI": "<string>",
"content": "<string>",
"length": 123,
"size": 123,
"tokens": 123,
"numSpeakers": 123,
"hiddenFilesTotal": 123,
"hiddenFilesProcessed": 123,
"hiddenFilesCreated": 123,
"hiddenFilesIngested": 123,
"jobID": "<string>",
"userID": "<string>",
"memoryID": "<string>",
"botID": "<string>",
"source": "<string>",
"category": "<string>",
"fileType": "<string>",
"originRegion": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
}Your duohub API key. Type: str
ID of the file to retrieve
File retrieved successfully
success Show child attributes
File unique identifier
Name of the file
File extension
Bronze storage key
Silver transcript storage key
Silver audio storage key
Gold audio storage key
Gold chunk storage key
Gold graph storage key
AI key
External URI
File content
Length of the file
Size of the file
Number of tokens
Number of speakers
Total number of hidden files
Number of hidden files processed
Number of hidden files created
Number of hidden files ingested
Associated job ID
User ID
Memory ID
Bot ID
Source of the file
File category
Type of file
Origin region
Creation timestamp
Last update timestamp