👋 Demo Project
GROK.FREE offers a simple, fast, and accessible alternative for everyone. No account is needed. No login required. The site provides direct access to Grok, the AI developed by xAI, the company founded by Elon Musk. You ask a question, and Grok instantly responds. Artificial intelligence is evolving rapidly. New tools emerge daily to meet user needs. However, most require registration or a…
👋 Demo Project endpoints
| Method | Endpoint | Description |
|---|---|---|
| Catalog | ||
| GET |
Get Products in Category /catalog/category/{category}/products |
|
| GET |
Get Products /catalog/products |
|
| DELETE |
Delete Product /catalog/product/{id} |
|
| POST |
Create Product /catalog/product |
|
| GET |
Get Categories /catalog/categories |
|
| GET |
Get Product /catalog/product/{id} |
|
| Order | ||
| DELETE |
Cancel Order /order/{id} |
|
| POST |
Add to Order /order/{id}/product |
|
| POST |
Place Order /order/{id}/place |
|
| DELETE |
Delete from Order /order/{id}/product/{productId} |
|
| GET |
Get Order /order/{id} |
|
| POST |
Create Order /order/new |
|
| GET |
Get User Orders /order/my |
|
| Authentication | ||
| POST |
Create User (Sign Up) /auth/user |
|
| GET |
Me /auth/me |
|
| POST |
Login /auth/login |
|
👋 Demo Project pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|