Create Browser Automation Task
Create a remote browser automation task based on Browser Use.Price: Runtime 0.001 PTC/second + Model Invocation Fee
Request
Example:Bearer {{YOUR_API_KEY}}
Body Params application/json
{
"task": "Recent Tesla stock price increase",
"model": "gpt-4o"
}
Request samples
curl --location --request POST 'https://api.302.ai/302/browser/submit' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{
"task": "Recent Tesla stock price increase",
"model": "gpt-4o"
}'
Responses
application/json Modified at 2025-04-10 03:38:53