MelonsRun
Api referenceMedia

Retry a terminal async media task

POST
/v2/task/{request_id}/retry

Authorization

apiKeyBearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

request_id*string

Header Parameters

Idempotency-Key?string
Lengthlength <= 255

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v2/task/string/retry"
{  "request_id": "string",  "quote_id": "string",  "status": "string",  "retry_of": "string",  "estimated_cost": {    "credits": "string",    "basis": "string"  },  "urls": {    "property1": "string",    "property2": "string"  }}