Spaces:
Running
Running
File size: 522 Bytes
07c3082 907b200 f622d20 907b200 c298186 07c3082 907b200 f622d20 907b200 f622d20 c298186 907b200 f622d20 907b200 f622d20 907b200 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | ---
title: AILIXIR - Backend API
emoji: 🧠
colorFrom: blue
colorTo: indigo
sdk: docker
app_port: 7860
---
# AILIXIR Backend API
Laravel backend with SQLite database for the AILIXIR drug discovery platform.
- **Port:** 7860
- **SDK:** Docker
- **Database:** SQLite
## Endpoints
- `GET /api/ai-services/health` — Health check
- `POST /api/admet/predict` — ADMET prediction
- `POST /api/chemical-search` — Chemical search
- `POST /api/user/register` — User registration
- `POST /api/user/login` — User login
|