Endpoint Examples
Creating Workflow
Endpoint Examples
Creating Workflow
POST
/
api
/
workflow
/
create
curl --request POST \
--url https://app.scrapeautomate.com/api/workflow/create \
--header 'Content-Type: application/json' \
--data '{
"config": {
"window_height": 1340,
"window_width": 1910,
"screenshot": true,
"screenshot_full_page": true,
"instructions": [
{
"wait": "<string>",
"fill": {
"selector": "<string>",
"text": "<string>",
"delay": 0
},
"click": "<string>",
"delay": 2
}
],
"url": "<string>",
"render": false,
"block_resources": "<string>",
"webhook_url": "<string>"
},
"name": "<string>"
}'
Query Parameters
Body
application/json
Required range:
0 <= x <= 2680
Required range:
0 <= x <= 3820
Minimum length:
1
Minimum length:
1
Required range:
x >= 1
Response
200
Workflow created successfully
curl --request POST \
--url https://app.scrapeautomate.com/api/workflow/create \
--header 'Content-Type: application/json' \
--data '{
"config": {
"window_height": 1340,
"window_width": 1910,
"screenshot": true,
"screenshot_full_page": true,
"instructions": [
{
"wait": "<string>",
"fill": {
"selector": "<string>",
"text": "<string>",
"delay": 0
},
"click": "<string>",
"delay": 2
}
],
"url": "<string>",
"render": false,
"block_resources": "<string>",
"webhook_url": "<string>"
},
"name": "<string>"
}'