> ## Documentation Index
> Fetch the complete documentation index at: https://docs.corvic.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# get_resource_download_url

> Get download URLs for a list of resource IDs from citations

# get\_resource\_download\_url

> Get download URLs for a list of resource IDs from citations.

## Input Schema

```json theme={null}
{
  "properties": {
    "resource_ids": {
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "required": [
    "resource_ids"
  ],
  "type": "object"
}
```
