Resource
Get Resource By Id
Resource
Get Resource By Id
Get your resource by it’s id.
GET
/
v1
/
resource
/
{id}
curl --request GET \
--url https://api.droxy.ai/v1/resource/{id} \
--header 'x-api-key: <api-key>'
{
"id": "<string>",
"organisation": "<string>",
"creator": "<string>",
"fileName": "<string>",
"type": "<string>",
"createdAt": 123,
"aiProcessingStatus": "<string>",
"youtubeVideoId": 123,
"googleDriveResourceFile": {
"googleDriveAccountId": "<string>",
"fileId": "<string>",
"fileName": "<string>",
"mimeType": "<string>",
"webViewLink": "<string>",
"recursive": "<string>"
},
"website": {
"url": "<string>",
"subLinks": [
"<string>"
]
},
"videoLength": 123,
"fileSize": 123,
"syncFrequencyMs": 123,
"lastSync": 123,
"tags": [
"<string>"
]
}
Authorizations
Path Parameters
The resource's id.
Response
200
application/json
OK
The response is of type object
.
curl --request GET \
--url https://api.droxy.ai/v1/resource/{id} \
--header 'x-api-key: <api-key>'
{
"id": "<string>",
"organisation": "<string>",
"creator": "<string>",
"fileName": "<string>",
"type": "<string>",
"createdAt": 123,
"aiProcessingStatus": "<string>",
"youtubeVideoId": 123,
"googleDriveResourceFile": {
"googleDriveAccountId": "<string>",
"fileId": "<string>",
"fileName": "<string>",
"mimeType": "<string>",
"webViewLink": "<string>",
"recursive": "<string>"
},
"website": {
"url": "<string>",
"subLinks": [
"<string>"
]
},
"videoLength": 123,
"fileSize": 123,
"syncFrequencyMs": 123,
"lastSync": 123,
"tags": [
"<string>"
]
}