Skip to main content

get_resource_download_url

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

Input Schema

{
  "properties": {
    "resource_ids": {
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "required": [
    "resource_ids"
  ],
  "type": "object"
}