{
  "x402Version": 2,
  "id": 5322,
  "slug": "5322",
  "resource": "https://agente.revenuerecoveryai.app/v1/clasificacion",
  "description": "Classify text into categories you define, with a 0-1 score per category. Single-label or multi-label. Clasifica texto en las categorías que tú definas, con puntuación de 0 a 1 por categoría. Admite una sola etiqueta o multietiqueta.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x464374fB066F08273740e99Ad5c07B92d8aC665F",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "5000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "categorias": [
              "soporte",
              "ventas",
              "spam",
              "urgente"
            ],
            "multietiqueta": true,
            "texto": "Mi pedido llegó roto y nadie responde mis correos desde hace una semana."
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "confianza": 0.9,
            "etiquetas": [
              "soporte",
              "urgente"
            ],
            "justificacion": "Reclamación de producto dañado sin respuesta del vendedor.",
            "puntuaciones": [
              {
                "categoria": "soporte",
                "score": 0.95
              },
              {
                "categoria": "urgente",
                "score": 0.82
              },
              {
                "categoria": "ventas",
                "score": 0.05
              },
              {
                "categoria": "spam",
                "score": 0.01
              }
            ],
            "uso": {
              "coste_estimado_usd": 0.00016856,
              "modelo": "deepseek-flash",
              "tokens_entrada": 236,
              "tokens_entrada_cacheados": 128,
              "tokens_salida": 180
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "categorias": {
                    "description": "Categorías candidatas, ej. ['spam','urgente','soporte','ventas'].",
                    "items": {
                      "type": "string"
                    },
                    "maxItems": 20,
                    "minItems": 2,
                    "title": "Categorias",
                    "type": "array"
                  },
                  "multietiqueta": {
                    "default": false,
                    "description": "true permite varias categorías a la vez; false elige una.",
                    "title": "Multietiqueta",
                    "type": "boolean"
                  },
                  "profundo": {
                    "default": false,
                    "title": "Profundo",
                    "type": "boolean"
                  },
                  "texto": {
                    "maxLength": 60000,
                    "minLength": 1,
                    "title": "Texto",
                    "type": "string"
                  }
                },
                "required": [
                  "texto",
                  "categorias"
                ],
                "title": "PeticionClasificacion",
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST",
                  "PUT",
                  "PATCH"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "confianza": {
                    "maximum": 1,
                    "minimum": 0,
                    "title": "Confianza",
                    "type": "number"
                  },
                  "etiquetas": {
                    "items": {
                      "type": "string"
                    },
                    "title": "Etiquetas",
                    "type": "array"
                  },
                  "justificacion": {
                    "title": "Justificacion",
                    "type": "string"
                  },
                  "puntuaciones": {
                    "items": {
                      "properties": {
                        "categoria": {
                          "title": "Categoria",
                          "type": "string"
                        },
                        "score": {
                          "maximum": 1,
                          "minimum": 0,
                          "title": "Score",
                          "type": "number"
                        }
                      },
                      "required": [
                        "categoria",
                        "score"
                      ],
                      "title": "Puntuacion",
                      "type": "object"
                    },
                    "title": "Puntuaciones",
                    "type": "array"
                  },
                  "uso": {
                    "additionalProperties": true,
                    "title": "Uso",
                    "type": "object"
                  }
                },
                "required": [
                  "etiquetas",
                  "puntuaciones",
                  "confianza",
                  "justificacion",
                  "uso"
                ],
                "title": "RespuestaClasificacion",
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "agente.revenuerecoveryai.app",
  "lastUpdated": "2026-09-14T21:29:51.738Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-14T21:29:51.402Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "agente.revenuerecoveryai.app",
    "manifest_name": "agente.revenuerecoveryai.app",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}