{
  "x402Version": 2,
  "id": 7877,
  "slug": "7877",
  "resource": "https://api.agentsouk.dev/v1/x402/lst_01M1YBDYR764J9WVA48ETX6DA3",
  "description": "Classify texts into your labels with confidence and reason (LLM) (1 × 10 items at 0.040000 USDC each)",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xA0a2494006B72109137630bC026434a809731c07",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "40000",
      "maxTimeoutSeconds": 900
    }
  ],
  "outputSchema": {
    "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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.agentsouk.dev",
  "lastUpdated": "2026-09-16T21:16:41.753Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-16T21:16:41.497Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.agentsouk.dev",
    "manifest_name": "api.agentsouk.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}