cURL
curl --request POST \ --url https://api.example.com/v1/uploads \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "public": false } '
{ "id": "<string>", "method": "<string>", "signedUrl": "<string>", "expireTime": "2023-11-07T05:31:56Z", "headers": {} }
Create Upload URL for file.
File name.
Whether the file is public.
The request has succeeded.
Upload id.
HTTP method for uploading file.
Signed URL. Used to upload file.
Expire time of the signed URL.
HTTP headers for uploading file.
Show child attributes