API ReferencePresets
Get public presets
Retrieves public preset tags, names, and categories.
Authorization
BearerAuth AuthorizationBearer <token>
Developer API key. Send as Authorization: Bearer <api_key>.
In: header
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/presets"{ "result": [ { "category": "string", "name": "string", "tag": "string" } ], "status": "OK"}{ "err": "string", "message": "string", "result": null, "status": "NOK"}{ "err": "string", "message": "string", "result": null, "status": "NOK"}Trigger model training GET
Initiates training for the specified model if image count, access, and plan limits allow. This endpoint does not return a pollable generation jobId. Poll GET /models/{modelID} and inspect result.status for the model training lifecycle.
Ping the service GET
Health check for developer API availability.