The Bulk Spell Run endpoint is very similar to the standard Run Spell endpoint with some key differences. Mainly, there is no wait mode, as you will always receive bulkRunId as a return value.

To call a spell, you’ll need to enter the spell ID (found in the URL or on the spell page’s API tab) and the JSON representation of the inputs (found in the spell page’s API tab).

Bulk Mode

To start the a bulk spell run:

The bulk run ID will be returned as JSON in the response body:

Cancel Bulk Run

To cancel the bulk run:

This will stop all runs immediately.

Get Bulk Runs

To get the results of a bulk run:

The data returned will look like: