Routes API
Rutas, peticiones y alertas dentro de la API
Last updated
Rutas, peticiones y alertas dentro de la API
Last updated
Retrieve user data from the API using the provided JWT token.
ID of the user to retrieve.
userId123
JWT token for authentication.
Check if a license key is valid and meets all requirements
License key to validate
LIC-123-456-789
Hardware ID to validate against
HWID12345
Permanently remove a license from the system
License ID
507f1f77bcf86cd799439013
Bearer token for authentication
Bearer your.jwt.token.here
No content
Retrieve detailed information about a specific license
License ID
507f1f77bcf86cd799439013
Bearer token for authentication
Bearer your.jwt.token.here
Returns a paginated list of currently blocked IP addresses in the system
Page number to retrieve (pagination)
1
Maximum number of results per page
20
Successfully retrieved blocked IP list
Returns a list of tasks with filtering options
Filter by task status
Filter by priority
Filter by creator ID
Filter by tag
Creates a task with the provided data
Reunión mensual
Discutir presupuesto
usuario123
2024-01-25T15:30:00Z
pending
Example: pending
Available options: medium
Example: high
Available options: ["trabajo","finanzas"]
2024-12-31T23:59:59Z
Updates the specified fields of a task
Task ID
Reunión mensual actualizada
Discutir presupuesto y proyecciones
2024-01-26T15:30:00Z
completed
Available options: medium
Available options: ["trabajo","finanzas","importante"]
2024-12-31T23:59:59Z
Register a new user in the API and generate a JWT token.
user@example.com
secure-password
John Doe
123456789
Update license properties
License ID
507f1f77bcf86cd799439013
Bearer token for authentication
Bearer your.jwt.token.here
Updated list of hardware IDs
["HWID12345","HWID67890"]
New request limit
10000
New expiration date
2025-12-31T23:59:59Z
ACTIVE
Available options: Creates a new software license with specified parameters. Requires admin privileges.
Bearer token for authentication
Bearer your.jwt.token.here
PREMIUM
Available options: ID of user this license is assigned to
507f1f77bcf86cd799439011
ID of admin creating the license
507f1f77bcf86cd799439012
List of allowed hardware IDs
["HWID12345"]
Maximum allowed API requests
1000
Example: 5000
Expiration date
2024-12-31T23:59:59Z
Additional custom data
{"features":["premium","api-access"]}
Adds an IP address to the system's block list
IP address to be blocked
192.168.1.100
Reason for blocking (for audit logs)
Multiple failed login attempts
ID of the user performing the block (optional)
507f1f77bcf86cd799439011
Expiration date/time for automatic unblock (optional)
2023-12-31T23:59:59Z
Send both text and a file to Gemini for combined processing
Google Gemini API Key
AIzaSyD...xyz
Gemini model to use
gemini-1.5-pro
Available options: File to process (PDF, DOCX, etc.)
Text related to the file
Based on this document, what are the key points?
System instruction to configure Gemini's behavior
You are a document analysis expert
Send a file to Gemini for processing
Google Gemini API Key
AIzaSyD...xyz
Gemini model to use
gemini-1.5-pro
Available options: File to process (PDF, DOCX, etc.)
Instructions/prompt to process the file
Summarize this document
System instruction to configure Gemini's behavior
You are an academic assistant specialized in summarizing documents
Send text to Gemini for processing
Google Gemini API Key
AIzaSyD...xyz
Gemini model to use
gemini-1.5-pro
Available options: Text to be processed
Explain the concept of artificial intelligence
System instruction to configure Gemini's behavior
You are a university professor explaining technical concepts