Create Task
Create a new scheduled task that runs a prompt against an artist on a recurring cron schedule. The response matches the GET endpoint (a TasksResponse with the created task in the tasks array).
Body
Task to create
Descriptive title of the task
"Weekly Genre Pulse Check"
Instruction/prompt executed by the task
"Execute this weekly genre analysis workflow and email a summary to the team."
Cron expression defining when the task runs (e.g., '0 9 * * 4' for Thursdays at 9 AM)
"0 9 * * 4"
UUID of the associated artist account
"1873859c-dd37-4e9a-9bac-80d35a1b2c3d"
UUID of the account to create the task for. Only applicable when the authenticated account has access to multiple accounts via organization membership. If not provided, the task is created for the API key's own account.
"848cd58d-700f-4b38-ab4c-d9f52a1b2c3d"
