# Creating a testing interface for your API

DevFeed: [Creating a testing interface for your API](<https://devfeed.tech/articles/creating-a-testing-interface-for-your-api-29136.md>)

Original publisher: [Read original article](<http://tech.zumba.com/2012/08/16/test-interface//>)

Author: Juan Basso (juan.basso@zumba.com)

Published: 2012-08-16T00:00:00Z

Content type: tutorial

Language: en

Sources: [Zumba](<https://devfeed.tech/sources/zumba.md>)

Topics: [API](<https://devfeed.tech/topics/api.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [cURL](<https://devfeed.tech/topics/curl.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [curl](<https://devfeed.tech/tags/curl.md>), [test](<https://devfeed.tech/tags/test.md>), [testing](<https://devfeed.tech/tags/testing.md>)

## AI overview

The article suggests creating a simple interface for testing an API instead of relying on curl scripts and manually remembering test fields.

## Source excerpt

Tired to use curl, crap scripts, remember fields to test your API? Make a simple interface to make it easily.