Get File Download URL
Description
Section titled “Description”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.
Request Parameters
Section titled “Request Parameters”Name | Type | Description |
---|---|---|
file_ids | array[string] | Array of file IDs |
Response Fields
Section titled “Response Fields”Name | Type | Description |
---|---|---|
file_urls | array[string] | Array of file URLs |
Example
Section titled “Example”{ "request": { "get_file_urls": { "file_ids": ["63077ad836b78c3d82af0812", "63077ad836b78c3d82af0813"] }, "id": "RequestId" }}
{ "response": { "id": "RequestId", "file_urls": ["https://....", "https://...."] }}