v3

latestOpenAPI 3.1.02026-07-313310887.1 KB
inference

Submit an automation task

Queue a browser automation task for asynchronous execution. Returns immediately with a task_id; the automation runs in the background. Use priority to control queue position within your login group — lower numbers run first, null/omitted runs last.

post/api/v1/inference

Headers

x-callback-urlstring nullable
x-api-keystring required

Request body

endpoint_namestring required
input_parametersobject required
unique_parameter_namesstring[]
secure_parametersobject
max_timeout_in_minutesinteger
use_proxyboolean
is_dedicatedboolean
task_callback_urlstring nullable
task_callback_api_keystring nullable
max_parallelisminteger
per_login_parallelisminteger
priorityinteger nullable

Response

Successful Response

successboolean required
messagestring required
task_idstring required