Download a `data://` URL

Use this endpoint to generate a secure, temporary URL that points directly to a file in your super.AI storage. This endpoint works for any data:// URL, whether an input or an output. This is useful if you need direct access to a file in order to, e.g., share the file with a third party without exposing your API key. Use the signedUrl value to access your file.

Query Params
string
required

The data:// URL or folder path (including the filename) of the data point for which you want to generate the signed URL.

string
required

The identifier for the job that you want to retrieve. You can find this in the Data point column of your project's work queue in the super.AI dashboard or by looking at the job object.

int32

The number of seconds for which the URL remains valid. If you do not provide a value, the default value of 600 seconds is used.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
Request
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain