cURL
curl --request POST \ --url https://mango.sievedata.com/v1/push \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "workflow_name": "<string>", "model_id": "<string>", "inputs": {} }'
{ "id": "c49b2fa2-f236-43d8-b2f3-03eceff16d71", "description": "Pushed c49b2fa2-f236-43d8-b2f3-03eceff16d71 to queue." }
sieve.Video
video
sieve.Image
image
{ "workflow_name": "sample_workflow", "inputs": { "video": { "url": "{SOME_VIDEO_URL}" }, "image": { "url": "{SOME_IMAGE_URL}" } } }
str
prompt
{ "model_id": "570e75d6-008f-4a5a-93ec-fede6a8675eb", "inputs": { "prompt": "some string" } }
Was this page helpful?