StudioContact usPricing

Overview

Introduction
Authentication

Services

Model swap
Flat lay on model

References

Abort a running jobDelete a job and its resultsGet all versions of an imageGet job resultsGet job statusList jobsRegenerate result URLsRegenerate a single imageRetry a job
StudioContact usPricing
Jobs

Retry a job

A new job will be created with the same parameters as the original job, including the job type (model_swap, flat_2_model, etc.).

GET
/jobs/{job_id}/retry

Authorization

AuthorizationBearer <token>

Token-based authentication using access tokens.

In: header

Path Parameters

job_idstring

Response Body

Examples

curl -X GET "https://loading/jobs/string/retry"
Empty

Regenerate a single image POST

Previous Page

Start a new job POST

Next Page