Developer
Gratis
Sin registro
cURL Command Builder
Build and generate cURL commands interactively
Cargando la herramienta…
Acerca de esta herramienta
Construct cURL commands visually by filling in the URL, HTTP method, headers, query parameters, request body, and authentication. Instantly see the generated command and its equivalent fetch() JavaScript code. Copy with one click.
Cómo usar
- 1 Enter the target URL.
- 2 Choose the HTTP method (GET, POST, PUT, PATCH, DELETE).
- 3 Add any headers or query parameters using the + buttons.
- 4 For POST/PUT/PATCH, choose a body format (raw, form, or JSON) and enter the content.
- 5 Select an authentication type if required.
- 6 Toggle follow-redirects, verbose, or timeout options as needed.
- 7 Copy the generated cURL command or the equivalent fetch() snippet.
Preguntas frecuentes
Herramientas relacionadas
Probador de Webhook / Solicitudes HTTP
Construya y envíe solicitudes HTTP desde su navegador e inspeccione la respuesta en detalle.
Analizador y Constructor de URL
Descomponga cualquier URL en sus componentes o ensamble una URL a partir de partes — con un editor de parámetros de consulta en vivo.
Formateador y validador JSON
Formatea, valida y minifica JSON — con señalización exacta de errores de sintaxis.
HTTP Status Codes
Complete reference of all standard HTTP status codes with descriptions and examples.