Skip to content

Get File Download URL



wss get_file_urls

The get_file_urls request will return an array of links to download the file from the server for rendering on the client.

NameTypeDescription
file_idsarray[string]Array of file IDs
NameTypeDescription
file_urlsarray[string]Array of file URLs
{
"request": {
"get_file_urls": {
"file_ids": ["63077ad836b78c3d82af0812", "63077ad836b78c3d82af0813"]
},
"id": "RequestId"
}
}
{
"response": {
"id": "RequestId",
"file_urls": ["https://....", "https://...."]
}
}