Getting Started¶
This guide walks you through registering an account, obtaining a JWT token, and making your first authenticated API request.
1. Register an account¶
Response (201 Created):
Save both tokens. The access token is short-lived; the refresh token lets you obtain new access tokens without re-authenticating.
2. Make an authenticated request¶
Use the access token in the Authorization header:
Response (200 OK):
3. Browse libraries (no auth required)¶
Public endpoints like listing libraries don't require authentication:
Next steps¶
- Authentication — full token lifecycle details
- List & Search — all search and filter options
- Submit a Library — add a new library with a photo