Skip to main content
The Zap Guesser lets you generate a suggested Zap and a pre-filled URL to the Zapier editor by submitting a simple description of the workflow you want to automate. This is ideal for building AI-driven Zap recommendations based on user input.
You can leverage the Workflow Element for a no-code, visual experience that integrates directly into your app or site, or you can use the API to programmatically generate Zap suggestions based on a user’s prompts or prompts generated from a user’s activity.

Workflow Element Usage

You can view our Workflow Element Documentation and then visit the Workflow Element Builder if you’d like to embed the Workflow Element.

Leverage the Workflow Element for a no-code, visual experience that integrates directly into your app or site.

API Usage

To generate a Zap suggestion, send a POST request to the /v2/guess endpoint with a client_id as a query parameter and a description in the JSON body.

Example Request

Content-Type: application/json
Example Response
The prefilled_url directs users to the Zap editor with high-confidence steps already filled in. Users can fine-tune the automation or activate the Zap from there. Usage Notes
  • client_id is required as a query parameter and must be valid. See authentication documentation to locate your client ID.
  • description should be a short, clear sentence describing the automation you want to build.
  • The returned steps include the best match and potential alternatives for each step.
  • Use the prefilled_url in your application to guide users directly into a personalized Zap-building experience.
  • This API is rate limited.