Push any JSON data via REST API. Collections, schemas, and indexes are created automatically.
POST /api/v1/record
{
"project_api_key": "your-key",
"collection": "orders",
"data": { "product": "Widget", "qty": 5 }
}
// → Collection created, schema updated