Yaak Logo
Yaak
Feedback/Feature Request: AI-driven API request generator (URL + requirements)

Feature Request: AI-driven API request generator (URL + requirements)

shouchi migari·2 months ago
BacklogFeature Request

Core Pain Point: Currently, manually filling out request parameters (Headers, Body, Query) by referring to API documentation is very inefficient and error-prone.

Suggested Feature: Add an AI assistant module to the request panel:

  1. Input Box A (Doc URL): Paste the link to the official API documentation (the system automatically saves this URL to the current request configuration for easy reference next time).
  2. Input Box B (Prompt): Enter natural language requirements (e.g., “Query user list, set pagination to page 2, 10 items per page”).
  3. One-click Generation: The AI automatically scrapes the webpage content, parses out the corresponding Method, URL, and Params, and auto-fills them into the Yaak interface.

Key Advantages:

  • Efficiency: Changes from “check documentation + manual filling” to “paste link + one sentence”.
  • Persistence: The document address is saved with the request, facilitating subsequent maintenance.
  • Accuracy: Automatically constructs complex JSON Body examples.

Simple Workflow: Paste Document URL + Enter Specific RequirementsAI Parsing & GenerationAuto-fill and Save URL


Comments (1)

Sign in to leave a comment.

Gregory SchierIn Progress

Oh neat, this is really cool!

I’m just working on a CLI right now, so have added functionality to emit JSONSchema for each model type (for LLMs). I’ll look into exposing this via plugin APIs so that you can pass the exact JSON schema directly to the model. The schema even includes things like plugin-provided auth.

Type to search feedback...