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": "0x534e5f5345504f4c4941",
"input": {
"compiled_class": {
"bytecode": [
"0x480680017fff8000",
"0x1",
"..."
],
"bytecode_segment_lengths": [
100
],
"compiler_version": "2.6.0",
"entry_points_by_type": {
"CONSTRUCTOR": [],
"EXTERNAL": [
{
"builtins": [
"range_check",
"pedersen"
],
"offset": 0,
"selector": "0x362398bec32bc0ebb411203221a35a0301193a96f317ebe5e40be9f60d15320"
}
],
"L1_HANDLER": []
},
"hints": [],
"prime": "0x800000000000011000000000000000000000000000000000000000000000001",
"pythonic_hints": []
},
"injected_state": {},
"params": [
"0x1234",
"0x5678",
"0x9abc"
]
},
"program_hash": "0x34a16478e83f69c4f0bcdb7549d32f92c9b7776bb3f71da06de334f1871eba0",
"task_inputs": [
{
"value": "0x1234",
"visibility": "public"
},
{
"value": "0x5678",
"visibility": "private"
}
],
"webhook_url": "https://example.com/webhook"
}
'