HTTP interfaces for queries
The HTTP APIs for queries allow you to work with AQL queries, control the results cache, and manage user-defined functions
AQL queries
The HTTP API for AQL queries lets you to execute, track, kill, explain, and validate queries written in ArangoDB’s query language
AQL query results cache
The query cache HTTP API lets you control the cache for AQL query results
User-defined AQL functions
The HTTP API for user-defined functions (UDFs) lets you add, delete, and list registered AQL extensions