cURL
curl --request POST \ --url https://staging.hdp.api.herodotus.cloud/tasks \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data '{ "destination_chain_id": 123, "webhook_url": "<string>", "input": { "params": [ "<any>" ], "compiled_class": {}, "entry_points_by_type": { "EXTERNAL": [ { "selector": "<string>", "offset": 123, "builtins": [ "<string>" ] } ], "L1_HANDLER": [ "<any>" ], "CONSTRUCTOR": [ "<any>" ] } } }'
{}
Creates a new Data Processor task of verified custom module execution with Atlantic submission and on-chain commitment.
Task has been queued for processing
The response is of type object.
object