Skip to main content

REST API

Base URL: https://api.rushdb.com/api/v1 Auth: Authorization: Bearer YOUR_TOKEN

curl -X POST https://api.rushdb.com/api/v1/records \
-H "Authorization: Bearer $RUSHDB_API_KEY" \
-H "Content-Type: application/json" \
-d '{"label":"MOVIE","data":{"title":"Inception","rating":8.8}}'

Interactive docs: Swagger UI · OpenAPI JSON

Endpoints

GroupDescription
RecordsCreate, read, update, delete, search, import, export
RelationshipsAttach and detach edges between records
LabelsQuery which types exist and their counts
PropertiesInspect field names, types, and value ranges
TransactionsAtomic multi-step operations
AI & Semantic SearchSchema export + vector similarity search
Raw QueriesCypher pass-through (cloud only)