The AI tools directory — Find the Best AI Tools

/
Referencia API
REST API · v1

API para Desarrolladores de Nextool.ai

Acceso programático a más de 300 herramientas de IA y 163+ categorías. Crea integraciones, potencia funciones de descubrimiento y enriquece tu producto con datos de herramientas de IA en tiempo real.

Autenticación con Clave API
Autenticación segura por clave
Límite de Solicitudes
Límites por minuto según plan
REST + JSON
Interfaz HTTP estándar
Analíticas de Uso
Registros de solicitudes por clave

Se requiere clave API

Todos los endpoints requieren un X-API-Key válido. Contáctanos para obtener acceso.

¿Buscas MCP?

Conecta Claude, Cursor o cualquier asistente compatible con MCP directamente — sin necesidad de clave API. Documentación del Servidor MCP.

Autenticación

Pass your API key via the X-API-Key header on every request. Keys are prefixed with sk_ and are plan-scoped.

bash
1curl "https://bnkmsvdtubbrqtdqoukb.supabase.co/functions/v1/public-api/api/v1/tools" \
2 -H "X-API-Key: sk_your_api_key_here"
401MISSING_API_KEYNo X-API-Key header was provided
401INVALID_API_KEYKey not found or does not match stored hash
401REVOKED_API_KEYKey has been deactivated by an admin

URL Base

All endpoints are relative to this base URL. HTTPS only.

text
1https://bnkmsvdtubbrqtdqoukb.supabase.co/functions/v1/public-api/api/v1

Append endpoint paths like /tools, /categories, or /search.

Límite de Solicitudes

Limits are enforced per API key per 60-second window. When exceeded, a 429 is returned. The remaining count resets automatically each minute.

X-RateLimit-Limit

Max requests/min for your plan

X-RateLimit-Remaining

Requests left in this window

X-RateLimit-Reset

Unix timestamp for window reset

429 Response

json
1{
2 "error": "Rate limit exceeded. Max 60 requests per minute.",
3 "code": "RATE_LIMIT_EXCEEDED"
4}

Formato de Respuesta

All responses are Content-Type: application/json. List endpoints wrap results in a data array with a meta pagination object. Single-item endpoints wrap in data. Errors include error and code fields.

Respuesta de lista

json
1{
2 "data": [ /* array of items */ ],
3 "meta": {
4 "page": 1,
5 "per_page": 20,
6 "total": 312,
7 "total_pages": 16
8 }
9}

Respuesta de error

json
1{
2 "error": "Human-readable message",
3 "code": "MACHINE_READABLE_CODE"
4}

Endpoints

5 endpoints. Todos de solo lectura (GET). Haz clic en cualquier fila para ver parámetros y ejemplos de código.

Códigos de Error

All error responses follow the same shape with an HTTP status code, human-readable error string, and machine-readable code.

EstadoEtiquetaDescripción
200OKRequest succeeded.
400Bad RequestMalformed query parameters.
401UnauthorizedMissing, invalid, or revoked API key.
404Not FoundThe requested resource does not exist.
429Too Many RequestsRate limit exceeded for your plan.
500Internal Server ErrorSomething went wrong on our end.

Inicio Rápido

Comienza en menos de 5 minutos.

1

Obtener una clave API

Contáctanos para obtener una clave API. Las claves se entregan por email con el prefijo sk_.

2

Hacer tu primera solicitud

bash
1curl "https://bnkmsvdtubbrqtdqoukb.supabase.co/functions/v1/public-api/api/v1/tools?per_page=3" \
2 -H "X-API-Key: sk_your_api_key_here"
3

Construir tu integración

bash
1# Search and filter in one go
2curl "https://bnkmsvdtubbrqtdqoukb.supabase.co/functions/v1/public-api/api/v1/search?q=writing+assistant&limit=5" \
3 -H "X-API-Key: sk_your_api_key_here"

Planes y Límites

All plans include full access to all 5 endpoints.

Starter
Contáctanos
60 req / min
  • 60 requests / min
  • Los 5 endpoints
  • Email support
  • Usage dashboard
ProPopular
Contáctanos
300 req / min
  • 300 requests / min
  • Los 5 endpoints
  • Priority support
  • Usage analytics
  • Higher data freshness
Enterprise
Contáctanos
1,000 req / min
  • 1,000+ requests / min
  • Los 5 endpoints
  • SLA guarantee
  • Dedicated support
  • Custom rate limits
  • Bulk data export

¿Listo para empezar a construir?

Obtén tu clave API en minutos.

Contáctanos