Glossary · Integration
REST API
A web API design pattern using HTTP methods to perform CRUD operations on resources identified by URLs.
REST (Representational State Transfer) is an architectural style for designing web APIs. RESTful APIs use standard HTTP methods (GET, POST, PUT, DELETE, PATCH) to perform operations on resources identified by URLs. Key REST principles include: statelessness (each request contains all needed information), uniform interface (consistent URL patterns and HTTP methods), resource-based (operations are performed on named resources), and representation-oriented (resources can have multiple representations like JSON or XML). REST APIs are the most common integration pattern for modern web services, database platforms, and SaaS applications, providing a standardized way to create, read, update, and delete data programmatically.
In practice
How AI for Database applies it
Fig — every answer ships with the tables, rows and SQL behind it.
Related terms
See it on your own database
Connect read-only in minutes. Free models included.