cURL
curl --request POST \ --url https://ontime-api.masternautconnect.com/jobs/job/getPresignedPost \ --header 'Content-Type: application/json' \ --header 'x-connect-token: <x-connect-token>' \ --data ' { "jobId": "<string>", "resource": "<string>" } '
{ "url": "<string>", "fields": [ { "key": "<string>", "value": "<string>" } ] }
POST request to generate a presigned post
Unique job identifier
File name and extension
getPresignedPost 200 response
Url needed to upload file.
Information required to copy into the body of the Post call
Show child attributes
Was this page helpful?