Skip to main content
POST
Get Training Status
This endpoint only returns information for an already initiated model training.

Request

Make a POST request to belowendpoint. Where {training_id} is returned in the response upon initiating the model training using the Create Dreambooth Request endpoint.
curl

Body

json

Path Parameters

training_id
string
required

The unique identifier for the training job returned from the create training endpoint

Example:

"F5jvdzGnYi"

Body

application/json
key
string
required

Your API Key used for request authorization

Example:

""

Response

Training status retrieved successfully

status
string
Example:

"success"

messege
string

Current training status

data
string

Detailed training progress with step-by-step information