Documentation Index
Fetch the complete documentation index at: https://docs.nimbleway.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
URL of the media file to download
"https://example.com/image.jpg"
Country used to access the target URL, use ISO Alpha-2 Codes
2"US"
LCID standard locale used for the URL request. Alternatively, user can use 'auto' for automatic locale based on geo-location
"en-US"
Allowed MIME types (supports wildcards like image/*)
["image/*", "video/mp4"]Storage type for async results. Use s3 for Amazon S3 and gs for Google Cloud Platform.
s3, gs "s3"
Repository URL where output will be saved. Format: s3://Your.Bucket.Name/your/object/name/prefix/ - Output will be saved as TASK_ID.json
"s3://Your.Repository.Path/"
A URL to callback once the data is delivered. The API will send a POST request with task details (without the requested data) when the task completes.
"https://your.callback.url/path"
When set to true, the response saved to storage_url will be compressed using GZIP format. If false or not set, response will be saved uncompressed.
false
Custom name for the stored object instead of the default task ID
"my task"