Routes API
Rutas, peticiones y alertas dentro de la API
Last updated
Rutas, peticiones y alertas dentro de la API
Last updated
Fetch the current operational status of Discord's services. This endpoint provides real-time information about whether Discord is operational, degraded, or experiencing an outage.
Retrieve security information about a specific IP address including block status and related activity
IP address to query
192.168.1.100
Retrieve detailed information about a specific license including associated IPs and usage statistics
Unique license key identifier
5f8d04b3ab35de3a342f3a5b
Retrieve the current status of the system, including uptime and health checks.
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
Removes an IP address from the active block list
IP address to be unblocked
192.168.1.100
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
Possible values: medium
Example: high
Possible values: ["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
Possible values: medium
Possible values: ["trabajo","finanzas","importante"]
2024-12-31T23:59:59Z
Authenticate a user and return a JWT token for subsequent requests.
user@example.com
secure-password
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
Possible values: Creates a new software license with specified parameters. Requires admin privileges.
Bearer token for authentication
Bearer your.jwt.token.here
PREMIUM
Possible values: 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
Possible values: 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
Possible values: 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
Possible values: 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