---
title: "Uploads a file for extraction using the file's URL"
method: POST
path: "/extractions/upload_url"
tags: ["extractions"]
---

# Uploads a file for extraction using the file's URL

`POST /extractions/upload_url`

Saves the uploaded file and sends it for extraction. If the optional URL
parameter extract is set to false, it does not send the file for
extraction. Does not index the file.

## Query parameters

- `extract` boolean

## Request body

- object[] — can only use fileurl as the key in body

## Response `200`

OK

---

[API](https://skmtc.net/clowder-framework/apis/clowder.md) · [All operations](https://skmtc.net/clowder-framework/apis/clowder/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clowder-framework/clowder/revisions/bcd187478e0d/schema)
