Deletes the blueprint, every clip it produced and the files they own, and returns the storage to the workspace quota. This cannot be undone.
Authorization
bearerAuth An API key created under Settings > API & Webhooks. Keys start with sf_live_.
In: header
Path Parameters
Response Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/automations/string"{ "data": { "ok": true, "deletedClips": 12, "deletedBytes": 284164096 }}Create a blueprint POST
Creates an automation blueprint from a brief, exactly like `POST /videos` but flagged as a blueprint, and queues its first generation. The brief may be sent flat or nested under `brief`, and must carry at least a `prompt` or a `text` script. The new blueprint has no schedule and no destination yet, so its `health.blockers` lists what is still missing. Set them with `PATCH /automations/{id}` before activating.
Get an automation GET
One blueprint with its schedule, destination, health and source video.