API Reference
Authorization
ApiKeyAuth Authorization<token>
Use Bearer br_live_....
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/ai-edit/styles"{ "styles": [ { "id": "mirage-black", "name": "string", "description": "string", "preview_image_path": "string", "manual_skill": { "type": "local_skill", "path": "string", "style_json_path": "string" }, "spec": { "property1": null, "property2": null } } ], "total": 0}