T

text-classification-scoring · Clasificacion

by text-classification-scoring

GETBase

$0.005

per call · USD Coin on Base

Clasifica texto en tus categorías con puntuación de 0 a 1. Variante con parámetros en la URL; las categorías van separadas por comas.

Endpoint

GET https://agente.revenuerecoveryai.app/v1/clasificacion

3

Calls / 30d

2

Unique payers / 30d

Aug 30

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://agente.revenuerecoveryai.app/v1/clasificacion", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://agente.revenuerecoveryai.app/v1/clasificacion?categorias=soporte%2Cventas%2Cspam%2Curgente&multietiqueta=true&texto=Mi+pedido+lleg%C3%B3+roto+y+nadie+responde." \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "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-v4-flash",
    "tokens_entrada": 236,
    "tokens_entrada_cacheados": 128,
    "tokens_salida": 180
  }
}

Payment details

Pay to0x464374fb066f08273740e99ad5c07b92d8ac665f
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Developer Tools and the homepage with a featured placement.

Get featured →

More from text-classification-scoring & similar services