Example Job Execution
Example Job Execution¶
Sample Job¶
This demo job DASH_clear.json creates unencrypted DASH and uploads it to AWS S3, available via https://demo.cf.castlabs.com/public/Transcodes/OUT/{job_id}/
Use your own IAM role (or access keys) to upload to your own bucket, i.e.
s3://{AWS_SECRET_KEY_ID}:{AWS_SECRET_KEY}@your-bucket
VTK UI¶
Drag&drop the sample json to start execution
cURL¶
Requires an API key
curl -X POST -H 'Authorization: api-key r6TUKbJ.JDJm261PKC45n5EsQuNzVC7784HzSK0K' -H 'content-type: application/json' -d @DASH_clear.json https://vtk.castlabs.com/api/jobs/
Previous topic: Authentication
Next topic: Jobs