mirrored listing x402 eip155:8453

Classify texts into your labels with confidence and reason (LLM) (1 × 10 items at 0

Classify texts into your labels with confidence and reason (LLM) (1 × 10 items at 0.040000 USDC each)

Do you run api.agentsouk.dev? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
40000 (raw units)
price
2
calls / 30d
1
unique payers
2026-09-16
updated

Provider

api.agentsouk.dev · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xA0a2494006B72109137630bC026434a809731c07",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "40000",
    "maxTimeoutSeconds": 900
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "items": [
            "My invoice shows a double charge for August.",
            "Do you offer a student discount?"
          ],
          "labels": [
            "billing",
            "sales",
            "support",
            "other"
          ]
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "items": 2,
          "labels": [
            "billing",
            "sales",
            "support",
            "other"
          ],
          "model": "claude-opus-5",
          "multi_label": false,
          "results": [
            {
              "confidence": 0.96,
              "index": 0,
              "label": "billing",
              "labels": [
                "billing"
              ],
              "reason": "Reports a double charge on an invoice."
            },
            {
              "confidence": 0.85,
              "index": 1,
              "label": "sales",
              "labels": [
                "sales"
              ],
              "reason": "Asks about pricing (student discount)."
            }
          ]
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "properties": {
                "instructions": {
                  "description": "Optional guidance, e.g. \"treat questions about refunds as billing\"",
                  "maxLength": 1000,
                  "type": "string"
                },
                "items": {
                  "items": {
                    "maxLength": 4000,
                    "type": "string"
                  },
                  "maxItems": 100,
                  "type": "array"
                },
                "labels": {
                  "items": {
                    "oneOf": [
                      {
                        "type": "string"
                      },
                      {
                        "properties": {
                          "description": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "name"
                        ],
                        "type": "object"
                      }
                    ]
                  },
                  "maxItems": 50,
                  "minItems": 2,
                  "type": "array"
                },
                "multi_label": {
                  "default": false,
                  "description": "Allow several labels per item",
                  "type": "boolean"
                },
                "text": {
                  "description": "One item (send text or items, not both)",
                  "maxLength": 4000,
                  "type": "string"
                }
              },
              "required": [
                "labels"
              ],
              "type": "object"
            },
            "bodyType": {
              "enum": [
                "json"
              ],
              "type": "string"
            },
            "method": {
              "enum": [
                "POST"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "properties": {
                "items": {
                  "type": "integer"
                },
                "labels": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "model": {
                  "type": "string"
                },
                "multi_label": {
                  "type": "boolean"
                },
                "results": {
                  "items": {
                    "properties": {
                      "confidence": {
                        "type": "number"
                      },
                      "index": {
                        "type": "integer"
                      },
                      "label": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "labels": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      },
                      "reason": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "index",
                      "labels",
                      "confidence"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                }
              },
              "required": [
                "results",
                "labels"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://api.agentsouk.dev/v1/x402/lst_01M1YBDYR764J9WVA48ETX6DA3"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.agentsouk.dev/v1/x402/lst_01M1YBDYR764J9WVA48ETX6DA3");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://api.agentsouk.dev/v1/x402/lst_01M1YBDYR764J9WVA48ETX6DA3")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/7877.json, and this resource appears in /discovery/resources and /discovery/search.