Upload file from URL
Creates a new file at the target path by downloading it from the provided URL.
POST
Upload file from URL
Documentation Index
Fetch the complete documentation index at: https://fal.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key must be prefixed with "Key ", e.g. Authorization: Key YOUR_API_KEY
Path Parameters
Target file path (including filename)
Example:
"datasets/images/cat.jpg"
Body
application/json
Upload a file from a URL into the target path
Publicly accessible URL for the file
Response
Upload initiated
Indicates whether the operation was successful
Previous
Upload localUploads a local file using multipart/form-data. The file field name must be `file_upload`.
Next
Upload file from URL