Endpoints
1. Root Endpoint
{ "message": "API Key Management and PDF Processing System is up and running." }
2. User Management
Last updated
{
"message": "API Key Management and PDF Processing System is up and running."
}Last updated
{
"username": "string (3-50 characters, alphanumeric)",
"password": "string (min 8 characters, at least one digit and one uppercase letter)"
}{
"message": "User created successfully."
}{
"detail": "Username already exists."
}{
"detail": "Unauthorized"
}{
"username": "string"
}{
"message": "User 'username' and their API key have been removed."
}{
"detail": "User not found."
}{
"detail": "Unauthorized"
}