Erstellen Sie HTTP-Anfragen im Browser, importieren Sie eine lokale OpenAPI-JSON- oder YAML-Operation, erzeugen Sie cURL und Fetch und senden Sie nur die von Ihnen gewählte URL. KivTools nutzt keinen Proxy; CORS und Browserbeschränkungen gelten.
Use a public API or one that explicitly permits this website with CORS. Credentials are omitted by default and no request is routed through KivTools.
Use one Header-Name: value pair per line. Browser-restricted headers are rejected before sending.
Paste or choose a local OpenAPI JSON/YAML document. The tool reads paths, methods, server defaults, parameters, and a sample request body without fetching a URL.
Build a request to generate cURL.
Build a request to generate Fetch code.
—
—
This utility creates requests and calls only the URL you explicitly enter. It cannot bypass CORS, browser security controls, private network restrictions, or authentication flows. Review generated code and use safe test credentials.