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

api_key
string
required

Body

application/json
config
object
required
name
string
required

Response

200

Workflow created successfully