Skip to main content
POST
/
v2
/
guess
Guess a Zap [Beta]
curl --request POST \
  --url https://api.zapier.com/v2/guess \
  --header 'Content-Type: application/json' \
  --data '
{
  "description": "<string>"
}
'
{
  "title": "<string>",
  "steps": [
    {
      "step": {
        "title": "<string>",
        "app": "<string>",
        "api": "<string>"
      },
      "alternatives": [
        {
          "title": "<string>",
          "app": "<string>",
          "api": "<string>"
        }
      ]
    }
  ],
  "prefilled_url": "<string>",
  "messages": [
    {}
  ]
}
This API is rate limited.

Query Parameters

client_id
string
required

See our authentication documentation for how to find your client ID

Body

application/json
description
string
required

The description of the Zap you wish to create

Response

title
string
required

The generated title for this suggested Zap.

steps
object[]
required

The steps this suggested Zap consists of.

prefilled_url
string
required

A generated prefilled URL to take you to the Zapier editor (selects the highest confidence steps).

messages
object[]

Contains informational messages about the prompt.