- Home
- Categories
- Development
- Appwrite Backend API
Appwrite Backend API
Appwrite Backend API provides developers with a comprehensive open-source backend solution featuring REST and GraphQL APIs, ideal for a variety of applications from MVPs to production apps.
Reference for available routes, request structures, and live examples.
Registers a new user account
http://localhost/userscurl -X POST 'http://localhost/users'{
"name": "John Doe",
"email": "[email protected]",
"userId": "unique()",
"password": "secret"
}{
"$id": "abc123",
"name": "John Doe",
"registration": "2023-07-18T15:35:00Z"
}- {'items': ['Building user authentication and profile management'Optimized Capability
- 'Hosting and querying NoSQL documents'Optimized Capability
- 'Uploading and serving files securely'Optimized Capability
- 'Deploying serverless functions on custom triggers'Optimized Capability
- 'Creating realtime chatOptimized Capability
- dashboardsOptimized Capability
- or notifications']}Optimized Capability
API Specifications
v11000 requests per minute per project
Use Case: Best For
Not Recommended For
Explore Related APIs
Discover similar APIs to Appwrite Backend API
Redoc API Documentation Tool
Redoc API Documentation Tool provides an open-source solution to create interactive API documentation from OpenAPI or Swagger definitions, suitable for both public and internal documentation.
Scalar API Documentation Tool
The Scalar API Documentation Tool integrates API client functionality, interactive documentation, and OpenAPI editing, enabling teams to manage APIs effectively.
DeepSeek Coder API
DeepSeek Coder API offers developers AI-driven tools for code generation, analysis, and transformation, enhancing productivity and code quality.