cURL
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": "", "action_types": [ "write", "search", "read" ], "count": 25 } '
[ { "app": "<string>", "action": "<string>", "action_type": "read", "name": "<string>", "description": "<string>", "image": "<string>", "score": 123 } ]
Search query to use for finding actions
Type of actions to search for.
read
write
search
read_bulk
Number of actions to return in the response
OK
The app for this guess
The action for this guess
Type of action
Name of the app and action
Description of the action itself
URL for the app's image
Score for this guess based on the search query
Was this page helpful?