# Aurabase REST API Reference > Base URL : https://aurabase.cloud/v1/db > Format : PostgREST-compatible > En-têtes : apikey: , Authorization: Bearer ## Endpoints REST & Syntaxe - GET /v1/db/:table?select=id,name&eq.status=active&order=id.desc&limit=10 - POST /v1/db/:table (Body JSON) - PATCH /v1/db/:table?id=eq.123 (Body JSON) - DELETE /v1/db/:table?id=eq.123 - POST /v1/db/:table/search (Recherche plein texte) - POST /v1/db/:table/aggregate (Agrégations SQL) - POST /v1/db/:table/rpc (Exécution de fonctions Postgres)