POST
/
api
/
v2
/
guess-actions
curl --request POST \
  --url https://actions.zapier.com/api/v2/guess-actions/ \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "query": "<string>",
  "action_types": [
    "write",
    "search",
    "read"
  ],
  "count": 25
}'
[
  {
    "app": "<string>",
    "action": "<string>",
    "action_type": "read",
    "name": "<string>",
    "description": "<string>",
    "image": "<string>",
    "score": 123
  }
]

Authorizations

x-api-key
string
header
required

Body

application/json

Response

200 - application/json

OK

The response is of type object[].