Turn your manual testers into automation experts! Request a DemoStart testRigor Free

How to use cURL to testRigor API call converter

In this guide, we’ll walk you through how to convert cURL to testRigor API call commands with our Converter.

  1. Follow the link to the converter above
  2. Add your cURL in the text area at the top of the page
  3. Click “Convert”

This will translate your cURL and display the corresponding testRigor API call command under Result.

Sample input:
curl -d '{"key1":"value1", "key2":"value2"}' -H "Content-Type: application/json" -X POST http://localhost:3000/data
Sample output:
call api POST "http://localhost" with header "Content-Type:application/json" and body text starting from the next line and ending with [END]
{
  "key1": "value1",
  "key2": "value2"
}
[END]
Related Articles

How to Build a Testable React Native App?

React Native, the brainchild of Facebook has revolutionized the mobile app development landscape. It is an open-source mobile app ...

Guide to testRigor User Management (Enterprise Plans Only)

Managing user permissions are essential for to keeping team projects and organized. With testRigor, you can manage access to ...