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.Documentation Index
Fetch the complete documentation index at: https://docs.zapier.com/llms.txt
Use this file to discover all available pages before exploring further.
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.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- 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.