API Reference
Available API Documentation
Quick Start
Base URL
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
curl -X POST "http://localhost:8000/token" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "username=user@example.com&password=your_password"curl -X GET "http://localhost:8000/documents" \
-H "Authorization: Bearer YOUR_TOKEN"http://localhost:8000