# API Testing Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/api-testing
> Markdown URL: https://aitinkerers.org/technologies/api-testing.md
> Technology record last updated: 2026-03-05T10:15:26Z
> Generated: 2026-08-26T15:13:53Z

API Testing validates core business logic (e.g., `POST` for user creation) by executing requests, asserting HTTP status codes (like `200` or `404`), and confirming data integrity.

API Testing is a critical process: it verifies the application's business logic directly, bypassing the UI to ensure functionality, security, and performance. We execute specific test types: functional testing confirms a `GET /users/123` request returns the correct JSON schema, while load testing (e.g., simulating 1,000 requests/second) measures latency and throughput. This 'shift-left' approach catches critical integration bugs early, long before a customer hits a front-end error. Tools like Postman or SoapUI are essential for automating these checks within CI/CD pipelines, protecting application reliability and saving significant development time.

- Official technology site: https://www.postman.com/api-platform/api-testing/
- Public AI Tinkerers demos and talks: 3
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Post-Postman: Creative End-to-End API Testing with Generative AI](https://amsterdam.aitinkerers.org/talks/rsvp_lBLnWhgMApA)

How can we use GenAI to help developers build and debug API's faster. In this lightning talk we will show what we've been prototyping at Fiberplane; an HTTP debugging tool using GenAI for payload suggestions and code prompts, friendly and hostile personas, and third party webhooks in order to squash bugs way earlier in the development cycle. Your code reviewer will wonder what shadow team you’ve secretly hired.

- Event context: AI Tinkerers Amsterdam - September — 2024-09-25 — Amsterdam
- Public talk page: https://amsterdam.aitinkerers.org/talks/rsvp_lBLnWhgMApA

### [Post-Postman: Creative End-to-End API Testing with Generative AI](https://sf.aitinkerers.org/talks/rsvp_Ii4KZVOxftI)

Traditional API testing clients treat your service like a blackbox. They are unaware of the code running on each request, and unless you give them a spec, they're unaware of the inputs each route should expect. What does it look like when you use generative AI to bring this intelligence into an API testing client? Well, aside from helping with common toil of manually writing request parameters, I also see a path to more creative debugging and end-to-end testing workflows.

- Event context: AI Tinkerers - San Francisco - Summer Edition - July 2024 — 2024-07-12 — San Francisco
- Public talk page: https://sf.aitinkerers.org/talks/rsvp_Ii4KZVOxftI

### [KushoAI - AI Agent for API Testing](https://bengaluru.aitinkerers.org/talks/rsvp_9mPolBV8Ja8)

Kusho helps you reclaim engineering team bandwidth and ship fast without worrying about unnoticed bugs. Kusho's fine-tuned models are trained to understand API context, write and execute comprehensive tests, and provide analyzed results for debugging, all in sync with your CI/CD process. With Kusho, you get an auto-updating testing set up across hundreds of APIs in hours.

- Event context: AI Tinkerers - Bangalore Inaugural - RSVP REQUIRED — 2024-06-02 — Bengaluru
- Public talk page: https://bengaluru.aitinkerers.org/talks/rsvp_9mPolBV8Ja8

## Related Technologies

- [Generative AI](https://aitinkerers.org/technologies/generative-ai) ([Markdown](https://aitinkerers.org/technologies/generative-ai.md)) — 45 public demos
- [AI agent](https://aitinkerers.org/technologies/ai-agent) ([Markdown](https://aitinkerers.org/technologies/ai-agent.md)) — 8 public demos
- [APIs](https://aitinkerers.org/technologies/apis) ([Markdown](https://aitinkerers.org/technologies/apis.md)) — 19 public demos
- [BERT](https://aitinkerers.org/technologies/bert) ([Markdown](https://aitinkerers.org/technologies/bert.md)) — 179 public demos
- [BLOOM](https://aitinkerers.org/technologies/bloom) ([Markdown](https://aitinkerers.org/technologies/bloom.md)) — 115 public demos
- [CI/CD](https://aitinkerers.org/technologies/ci-cd) ([Markdown](https://aitinkerers.org/technologies/ci-cd.md)) — 7 public demos
- [Fiberplane](https://aitinkerers.org/technologies/fiberplane) ([Markdown](https://aitinkerers.org/technologies/fiberplane.md)) — 1 public demo
- [GPT-3](https://aitinkerers.org/technologies/gpt-3) ([Markdown](https://aitinkerers.org/technologies/gpt-3.md)) — 191 public demos
- [GPT-4](https://aitinkerers.org/technologies/gpt-4) ([Markdown](https://aitinkerers.org/technologies/gpt-4.md)) — 529 public demos
- [HTTP](https://aitinkerers.org/technologies/http) ([Markdown](https://aitinkerers.org/technologies/http.md)) — 14 public demos
- [KushoAI](https://aitinkerers.org/technologies/kushoai) ([Markdown](https://aitinkerers.org/technologies/kushoai.md)) — 1 public demo
- [Llama-2](https://aitinkerers.org/technologies/llama-2) ([Markdown](https://aitinkerers.org/technologies/llama-2.md)) — 227 public demos
- [PaLM 2](https://aitinkerers.org/technologies/palm-2) ([Markdown](https://aitinkerers.org/technologies/palm-2.md)) — 116 public demos
- [Postman](https://aitinkerers.org/technologies/postman) ([Markdown](https://aitinkerers.org/technologies/postman.md)) — 2 public demos
- [RoBERTa](https://aitinkerers.org/technologies/roberta) ([Markdown](https://aitinkerers.org/technologies/roberta.md)) — 118 public demos
- [Smoke Tests](https://aitinkerers.org/technologies/smoke-tests) ([Markdown](https://aitinkerers.org/technologies/smoke-tests.md)) — 1 public demo
- [Webhooks](https://aitinkerers.org/technologies/webhooks) ([Markdown](https://aitinkerers.org/technologies/webhooks.md)) — 1 public demo
