HTTP-based API
C12756
concept
An HTTP-based API is an interface that enables communication between software systems over the web using standard HTTP methods (such as GET, POST, PUT, and DELETE) to request and manipulate resources.
All labels observed (10)
| Label | Occurrences |
|---|---|
| Web API | 34 |
| RESTful API | 4 |
| HTTP-based API canonical | 2 |
| API operation type | 1 |
| HTTP-based retrieval service | 1 |
| Kubernetes API | 1 |
| REST-like API | 1 |
| RESTful interface | 1 |
| RESTful web service | 1 |
| web API endpoint | 1 |
Description generation (CDg)
The one-sentence description above was generated by prompting gpt-5.1 with the class name and this instruction.
Instruction
generate a one-sentence description for a given conceptual class. # Response Format Return only the sentence: "Description: [one-sentence description of the conceptional class]"
Input
Class: HTTP-based API
Generated description
An HTTP-based API is an interface that enables communication between software systems over the web using standard HTTP methods (such as GET, POST, PUT, and DELETE) to request and manipulate resources.