INTELLIGENCE

Know what your agents buy.

Costs, changes and evidence for better service decisions.

Cost intelligence

Find the better way to pay.

Compare service prices and payment options against your workload.

Scoped audits · customer usage requiredRequest a cost audit
Change intelligence

Know when your dependencies change.

Track payment offers, service schemas and provider changes over time.

Custom watchlists and historyDiscuss monitoring
Outcome intelligence

Connect the purchase to the result.

Bring charges, retries and task evaluations into one private evidence record.

Integration pilot · your task criteriaConnect your workflow

THE EVIDENCE BASE

Collected. Dated. Traceable.

Use the API
14,635Source listings
33Source snapshots
27,889Recorded changes
1,221Endpoint observations

Latest snapshot: Sep 12, 2026, 05:41 UTC. Daily collection; gaps remain unknown.

476 observations · Differences between dated observations.

api.agishub.comClassify a text into exactly one of the candidate labels you provide (e.g. sentiment, topic, intent).
https://api.agishub.com/v1/classify
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Classify a text into exactly one of the candidate labels you provide (e.g. sentiment, topic, intent).",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "labels": {
                "description": "Candidate labels to choose from, e.g. ['positive','negative','neutral'].",
                "items": {
                  "minLength": 1,
                  "type": "string"
                },
                "maxItems": 20,
                "minItems": 2,
                "type": "array"
              },
              "text": {
                "description": "The text to classify.",
                "minLength": 1,
                "type": "string"
              }
            },
            "required": [
              "text",
              "labels"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "1411ced17bb8f57a818025ef98f06a13867f8ee358592dba54431aae58f195fa",
  "service_id": "c4a3548ee997bb02ec79b74b25749fc695e40d117720b67680194a2e40b70794",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-09T00:01:39.394Z",
  "url": "https://api.agishub.com/v1/classify",
  "usage_rights": "not_reviewed"
}
api.agishub.comFind working-hour time slots that overlap across participants in different timezones for a meeting of a given duration, excluding weekends and (when a country is given per participant) that person's public holidays. Free tier returns at most 1 slot; the paid endpoint returns every matching slot (see 'upgrade' in the response).
https://api.agishub.com/v1/meeting-slots
NetworkAdvertised amountBillingPayee
eip155:84530.1 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Find working-hour time slots that overlap across participants in different timezones for a meeting of a given duration, excluding weekends and (when a country is given per participant) that person's public holidays. Free tier returns at most 1 slot; the paid endpoint returns every matching slot (see 'upgrade' in the response).",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "date_range": {
                "additionalProperties": false,
                "description": "Inclusive date window to search, e.g. { \"start\":\"2026-07-13\", \"end\":\"2026-07-17\" }.",
                "properties": {
                  "end": {
                    "description": "Last date to search \"YYYY-MM-DD\".",
                    "type": "string"
                  },
                  "start": {
                    "description": "First date to search \"YYYY-MM-DD\".",
                    "type": "string"
                  }
                },
                "required": [
                  "start",
                  "end"
                ],
                "type": "object"
              },
              "duration": {
                "description": "Meeting duration in minutes.",
                "type": "number"
              },
              "participants": {
                "description": "The people to meet. Each participant is { timezone (IANA, required), working_hours? { start, end }, country? (ISO alpha-2) }.",
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "country": {
                      "description": "ISO 3166-1 alpha-2 code (e.g. 'US', 'ES') to exclude that person's public holidays.",
                      "type": "string"
                    },
                    "timezone": {
                      "description": "Participant's IANA timezone, e.g. 'Europe/Madrid'.",
                      "type": "string"
                    },
                    "working_hours": {
                      "additionalProperties": false,
                      "description": "This participant's local working hours. Defaults to 09:00-17:00.",
                      "properties": {
                        "end": {
                          "description": "Local end time \"HH:mm\" (24h), e.g. \"17:00\".",
                          "type": "string"
                        },
                        "start": {
                          "description": "Local start time \"HH:mm\" (24h), e.g. \"09:00\".",
                          "type": "string"
                        }
                      },
                      "required": [
                        "start",
                        "end"
                      ],
                      "type": "object"
                    }
                  },
                  "required": [
                    "timezone"
                  ],
                  "type": "object"
                },
                "minItems": 1,
                "type": "array"
              }
            },
            "required": [
              "participants",
              "duration",
              "date_range"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.1",
      "amount_atomic": "100000",
      "amount_encoding": "atomic_units",
      "amount_raw": "100000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "4ecd72e645398faceb89e81cfa6d874ca5572affa43bd942262620729f7928d9",
  "service_id": "c523f704e63db846c7146b4f1881e39aa3cc5a54fe31ca440d4ad35c83c68ed7",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T18:47:52.954Z",
  "url": "https://api.agishub.com/v1/meeting-slots",
  "usage_rights": "not_reviewed"
}
api.agishub.comConvert a value between units of the same category: length, mass, volume, speed, area, digital storage, time, and temperature (Celsius/Fahrenheit/Kelvin).
https://api.agishub.com/paid/units-convert
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Convert a value between units of the same category: length, mass, volume, speed, area, digital storage, time, and temperature (Celsius/Fahrenheit/Kelvin).",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "from": {
                "description": "Source unit, e.g. 'km', 'mi', 'kg', 'lb', 'C', 'F', 'GB', 'm/s'.",
                "type": "string"
              },
              "to": {
                "description": "Target unit in the SAME category as 'from', e.g. 'mi', 'km', 'lb', 'F'.",
                "type": "string"
              },
              "value": {
                "description": "The numeric value to convert.",
                "type": "number"
              }
            },
            "required": [
              "value",
              "from",
              "to"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "d94b6f97d3e6fd357c35466e3307ab7a739a193985c360368db4334f99166898",
  "service_id": "c60fc1098d0b59a56dc740e2fef94e068fcdf3f9bc58225931287753a853af67",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-07T20:53:56.855Z",
  "url": "https://api.agishub.com/paid/units-convert",
  "usage_rights": "not_reviewed"
}
api.agishub.comConvert a value between units of the same category: length, mass, volume, speed, area, digital storage, time, and temperature (Celsius/Fahrenheit/Kelvin).
https://api.agishub.com/v1/units-convert
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Convert a value between units of the same category: length, mass, volume, speed, area, digital storage, time, and temperature (Celsius/Fahrenheit/Kelvin).",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "from": {
                "description": "Source unit, e.g. 'km', 'mi', 'kg', 'lb', 'C', 'F', 'GB', 'm/s'.",
                "type": "string"
              },
              "to": {
                "description": "Target unit in the SAME category as 'from', e.g. 'mi', 'km', 'lb', 'F'.",
                "type": "string"
              },
              "value": {
                "description": "The numeric value to convert.",
                "type": "number"
              }
            },
            "required": [
              "value",
              "from",
              "to"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "d94b6f97d3e6fd357c35466e3307ab7a739a193985c360368db4334f99166898",
  "service_id": "cabfd7f173b767b9934d6354d72807ae458e29331d3d018667dfbf1d1dd10995",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T18:49:52.308Z",
  "url": "https://api.agishub.com/v1/units-convert",
  "usage_rights": "not_reviewed"
}
api.agishub.comTurn text into a numeric embedding vector for semantic search, RAG and similarity. Multilingual.
https://api.agishub.com/paid/embed
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Turn text into a numeric embedding vector for semantic search, RAG and similarity. Multilingual.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "text": {
                "description": "Text to embed into a numeric vector for semantic search / RAG.",
                "minLength": 1,
                "type": "string"
              }
            },
            "required": [
              "text"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "3a2cff419ff92a313498020b233b9512a030634032d253c7dedd7928f7c24238",
  "service_id": "cb5749f636c8aad20cc1204b2731555d67f002d3622c96ca2504915cc2466066",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-07T20:51:23.295Z",
  "url": "https://api.agishub.com/paid/embed",
  "usage_rights": "not_reviewed"
}
api.agishub.comTurn text into a numeric embedding vector for semantic search, RAG and similarity. Multilingual.
https://api.agishub.com/v1/embed
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Turn text into a numeric embedding vector for semantic search, RAG and similarity. Multilingual.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "text": {
                "description": "Text to embed into a numeric vector for semantic search / RAG.",
                "minLength": 1,
                "type": "string"
              }
            },
            "required": [
              "text"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "3a2cff419ff92a313498020b233b9512a030634032d253c7dedd7928f7c24238",
  "service_id": "db30af4a5e05b036528293a744ff018cf505caf419620349b4ff3d5a6ca4a256",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T19:08:52.686Z",
  "url": "https://api.agishub.com/v1/embed",
  "usage_rights": "not_reviewed"
}
api.agishub.comAsk a general-purpose LLM a question or give it an instruction, with an optional system prompt. No external API key required.
https://api.agishub.com/paid/chat
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Ask a general-purpose LLM a question or give it an instruction, with an optional system prompt. No external API key required.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "max_tokens": {
                "description": "Maximum tokens to generate (default 512).",
                "exclusiveMinimum": true,
                "maximum": 2048,
                "minimum": 0,
                "type": "integer"
              },
              "prompt": {
                "description": "The user's message or question for the assistant.",
                "minLength": 1,
                "type": "string"
              },
              "system": {
                "description": "Optional system instruction to steer the assistant's behaviour/persona.",
                "type": "string"
              }
            },
            "required": [
              "prompt"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "d255075844afa18b6d7a976941c67650796ed8d434e04e9d126ed493d1d33350",
  "service_id": "de08328a92d496c66914b64717f3ca2d533533a664a30f56f9548ab1c0878413",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-07T20:50:44.357Z",
  "url": "https://api.agishub.com/paid/chat",
  "usage_rights": "not_reviewed"
}
api.agishub.comSummarize a block of text into a short abstract, with an optional target length. No external API key required.
https://api.agishub.com/v1/summarize
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Summarize a block of text into a short abstract, with an optional target length. No external API key required.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "max_words": {
                "description": "Approximate maximum length of the summary, in words (default ~80).",
                "exclusiveMinimum": true,
                "maximum": 400,
                "minimum": 0,
                "type": "integer"
              },
              "text": {
                "description": "The text to summarize.",
                "minLength": 1,
                "type": "string"
              }
            },
            "required": [
              "text"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "a53a116657c67a846a81a1ffc84a5599403a38a88465ff9a6b2fa78f1b173336",
  "service_id": "e68f42b09d5cab7d0c56d6cd7a24cea260b1a000a8753d93551c43491e7dcc27",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T19:06:54.642Z",
  "url": "https://api.agishub.com/v1/summarize",
  "usage_rights": "not_reviewed"
}
api.agishub.comList or search valid IANA timezone identifiers by city/region/country, and resolve a city/country name to its timezone(s). Use it to discover the exact identifier to pass to the other tools.
https://api.agishub.com/paid/timezones
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "List or search valid IANA timezone identifiers by city/region/country, and resolve a city/country name to its timezone(s). Use it to discover the exact identifier to pass to the other tools.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "query": {
                "description": "Case-insensitive substring filter.",
                "type": "string"
              }
            },
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "b426628baac93bcbb66852aa5cf356852589758409518bb99ae50277f7eb88ae",
  "service_id": "ee3700a6b3e69102c67419cf7fa9dd94e755ebcbb00854f520b29e0a708a6d45",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-07T20:57:03.285Z",
  "url": "https://api.agishub.com/paid/timezones",
  "usage_rights": "not_reviewed"
}
api.agishub.comCheck whether a given date is a public holiday in a country (identified by its ISO 3166-1 alpha-2 code), and return the holiday name if so. Backed by an authoritative public-holiday dataset.
https://api.agishub.com/v1/time-holiday
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Check whether a given date is a public holiday in a country (identified by its ISO 3166-1 alpha-2 code), and return the holiday name if so. Backed by an authoritative public-holiday dataset.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "country_code": {
                "description": "ISO country code, e.g. \"US\", \"ES\", \"IN\".",
                "type": "string"
              },
              "date": {
                "description": "Date \"YYYY-MM-DD\".",
                "type": "string"
              }
            },
            "required": [
              "date",
              "country_code"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "0d1955125f955a705d08fd7b176cecfeb74f6aac0eb5fcdcf3fd47820ef17881",
  "service_id": "fcdb0e652615614f28ba664a7b1b92c399ed093f696a780ae9968c04f9be765e",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T18:47:01.655Z",
  "url": "https://api.agishub.com/v1/time-holiday",
  "usage_rights": "not_reviewed"
}
api.agishub.comShorten a long URL into a compact api.agishub.com/s/<code> link that redirects to the original. Codes are stored for a year.
https://api.agishub.com/paid/shorten
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Shorten a long URL into a compact api.agishub.com/s/<code> link that redirects to the original. Codes are stored for a year.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "url": {
                "description": "The long http/https URL to shorten.",
                "format": "uri",
                "type": "string"
              }
            },
            "required": [
              "url"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "d116bc86cf0ddf75bb088511724f070d6250fcd5f1d886862ba71615e4e3858a",
  "service_id": "fee68ba2251bd2834721a5ba8b82967143a7196f4807be15683fbd9a148490bb",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-07T20:57:15.334Z",
  "url": "https://api.agishub.com/paid/shorten",
  "usage_rights": "not_reviewed"
}
api.agishub.comShorten a long URL into a compact api.agishub.com/s/<code> link that redirects to the original. Codes are stored for a year.
https://api.agishub.com/v1/shorten
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Shorten a long URL into a compact api.agishub.com/s/<code> link that redirects to the original. Codes are stored for a year.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "url": {
                "description": "The long http/https URL to shorten.",
                "format": "uri",
                "type": "string"
              }
            },
            "required": [
              "url"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "d116bc86cf0ddf75bb088511724f070d6250fcd5f1d886862ba71615e4e3858a",
  "service_id": "00232c6fbfa6941919b0b5b9af18b4188ba53b26f5b2f7fdccc4bf50b8c6e27c",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T18:34:52.939Z",
  "url": "https://api.agishub.com/v1/shorten",
  "usage_rights": "not_reviewed"
}
api.agishub.comExtract specific elements from a JavaScript-rendered page by CSS selector. Give a list of selectors (e.g. 'h1', '.price', 'a.product') and get back the text and attributes of every match. Backed by a headless browser, so it works on SPAs and JS-heavy pages.
https://api.agishub.com/v1/scrape
NetworkAdvertised amountBillingPayee
eip155:84530.03 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Extract specific elements from a JavaScript-rendered page by CSS selector. Give a list of selectors (e.g. 'h1', '.price', 'a.product') and get back the text and attributes of every match. Backed by a headless browser, so it works on SPAs and JS-heavy pages.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "selectors": {
                "description": "CSS selectors to extract, e.g. ['h1', 'a.product', '.price']. Returns the text and attributes of every match per selector.",
                "items": {
                  "minLength": 1,
                  "type": "string"
                },
                "maxItems": 20,
                "minItems": 1,
                "type": "array"
              },
              "url": {
                "description": "Full http/https URL of the page to scrape.",
                "format": "uri",
                "type": "string"
              }
            },
            "required": [
              "url",
              "selectors"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.03",
      "amount_atomic": "30000",
      "amount_encoding": "atomic_units",
      "amount_raw": "30000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "5d82bc1bf48a3bcfc36fb7e850334ba763208c27810757aefb3392ef499a7baa",
  "service_id": "069b0c9013229c48f40f89916520294b2eda87c7a62e1cf9c4e4f17d2100eacf",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T19:04:56.741Z",
  "url": "https://api.agishub.com/v1/scrape",
  "usage_rights": "not_reviewed"
}
api.agishub.comGenerate an image from a text prompt (returned base64-encoded PNG).
https://api.agishub.com/v1/generate-image
NetworkAdvertised amountBillingPayee
eip155:84530.1 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Generate an image from a text prompt (returned base64-encoded PNG).",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "prompt": {
                "description": "Text description of the image to generate.",
                "minLength": 1,
                "type": "string"
              },
              "steps": {
                "description": "Diffusion steps (1-8, default 4). More = higher quality but slower.",
                "maximum": 8,
                "minimum": 1,
                "type": "integer"
              }
            },
            "required": [
              "prompt"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.1",
      "amount_atomic": "100000",
      "amount_encoding": "atomic_units",
      "amount_raw": "100000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "49990f2a60223a9bea67e825d110197d6d800a742d5cc7c515481db2f92ad526",
  "service_id": "0a9e58f8d38ce5482a0b0d923c4f9d7fca1ea2d6d85c978ffa8369f0224bf117",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T18:40:54.678Z",
  "url": "https://api.agishub.com/v1/generate-image",
  "usage_rights": "not_reviewed"
}
api.agishub.comGet the exact UTC offset of an IANA timezone at a given instant, DST-aware. Correctly handles fractional offsets such as India +05:30 and Nepal +05:45.
https://api.agishub.com/paid/time-offset
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Get the exact UTC offset of an IANA timezone at a given instant, DST-aware. Correctly handles fractional offsets such as India +05:30 and Nepal +05:45.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "instant": {
                "description": "ISO 8601 or natural language. Defaults to now.",
                "type": "string"
              },
              "timezone": {
                "description": "IANA timezone.",
                "type": "string"
              }
            },
            "required": [
              "timezone"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "70cda57c07d93cb6000c96249cce8e7cc96979ede9d3b324e82ba8f76d5d2bfd",
  "service_id": "0bd7b1a12ef4a0139794516cfdc5019790d64f06bb8af6d81563667051818110",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-07T20:56:49.895Z",
  "url": "https://api.agishub.com/paid/time-offset",
  "usage_rights": "not_reviewed"
}
api.agishub.comStore a piece of text in a persistent, searchable memory collection (namespace). Embedded and indexed for later semantic recall.
https://api.agishub.com/paid/memory-store
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Store a piece of text in a persistent, searchable memory collection (namespace). Embedded and indexed for later semantic recall.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "id": {
                "description": "Optional stable id to update an existing entry; auto-generated if omitted.",
                "type": "string"
              },
              "namespace": {
                "description": "Your collection key — groups and isolates your memories. Treat it like a secret: anyone with it can read/write this collection.",
                "minLength": 1,
                "type": "string"
              },
              "text": {
                "description": "The text/content to store and make searchable.",
                "minLength": 1,
                "type": "string"
              }
            },
            "required": [
              "namespace",
              "text"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "11797d3feef77d39b20347a8728cebc42f78106adae0fe3e6730e3238720331f",
  "service_id": "0d6ea3d32ec16a07aecd877a4e360048660a441ddc3c389cc153966713b57eac",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-07T20:55:20.003Z",
  "url": "https://api.agishub.com/paid/memory-store",
  "usage_rights": "not_reviewed"
}
api.agishub.comConvert a specific date/time from one IANA timezone to another (single or batch). Accepts ISO 8601 or natural language ('next Tuesday 3pm'). Returns the converted datetime with UTC offset, zone abbreviation and DST flag.
https://api.agishub.com/paid/time-convert
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Convert a specific date/time from one IANA timezone to another (single or batch). Accepts ISO 8601 or natural language ('next Tuesday 3pm'). Returns the converted datetime with UTC offset, zone abbreviation and DST flag.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "datetime": {
                "description": "ISO 8601 or natural language, e.g. \"2026-07-09T15:30\" or \"next Tuesday 3pm\".",
                "type": "string"
              },
              "from": {
                "description": "Source IANA timezone.",
                "type": "string"
              },
              "to": {
                "description": "Target IANA timezone.",
                "type": "string"
              }
            },
            "required": [
              "datetime",
              "from",
              "to"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "2f213d5c7855b1d189daa8f1a5f700dc343ac6f00384b2852e6c37e636a6f12d",
  "service_id": "0db3cf5ffba0829397b3dab68045b8c2c85f0d6bb3637f96ee2eb12e1c1dbfa4",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-07T20:56:08.874Z",
  "url": "https://api.agishub.com/paid/time-convert",
  "usage_rights": "not_reviewed"
}
api.agishub.comTranscribe an audio file (given by public URL) to text. Handles mp3, wav, m4a, ogg and more.
https://api.agishub.com/paid/audio-transcribe
NetworkAdvertised amountBillingPayee
eip155:84530.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Transcribe an audio file (given by public URL) to text. Handles mp3, wav, m4a, ogg and more.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "audio_url": {
                "description": "Public URL of an audio file (mp3, wav, m4a, ogg, ...) to transcribe to text.",
                "format": "uri",
                "type": "string"
              }
            },
            "required": [
              "audio_url"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.05",
      "amount_atomic": "50000",
      "amount_encoding": "atomic_units",
      "amount_raw": "50000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "a7dc9d757736abf430a63e095923deee543a2d73dab85322bd4aff7f7d0ad572",
  "service_id": "1ae731189c209edc0d518d58fe23212ace12c25bd96e6087c026447f71a3d054",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-07T20:52:56.071Z",
  "url": "https://api.agishub.com/paid/audio-transcribe",
  "usage_rights": "not_reviewed"
}
api.agishub.comGenerate a QR code for any text or URL. Returns an inline SVG plus a data URI, with selectable size, quiet-zone margin and error-correction level.
https://api.agishub.com/v1/qr-generate
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Generate a QR code for any text or URL. Returns an inline SVG plus a data URI, with selectable size, quiet-zone margin and error-correction level.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "ec_level": {
                "description": "Error-correction level: L(7%), M(15%), Q(25%), H(30%). Default M.",
                "enum": [
                  "L",
                  "M",
                  "Q",
                  "H"
                ],
                "type": "string"
              },
              "margin": {
                "description": "Quiet-zone margin around the code, in cells (default 4).",
                "maximum": 20,
                "minimum": 0,
                "type": "integer"
              },
              "size": {
                "description": "Pixel size of each QR module/cell in the SVG (default 6).",
                "exclusiveMinimum": true,
                "maximum": 40,
                "minimum": 0,
                "type": "integer"
              },
              "text": {
                "description": "Text or URL to encode in the QR code.",
                "minLength": 1,
                "type": "string"
              }
            },
            "required": [
              "text"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "dbc078e0ce4ac62d59766a88680973c707c9df0c336ea62a26ed6333b2be0d24",
  "service_id": "20210dec2d1eabb504564e992062341f29484cec359f69f1d6ebb2bdac8be443",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T18:33:59.796Z",
  "url": "https://api.agishub.com/v1/qr-generate",
  "usage_rights": "not_reviewed"
}
api.agishub.comRender a public URL or a raw HTML string into a PDF document, returned base64-encoded. Backed by a headless browser. Use for invoices, reports, receipts and any HTML-to-PDF need.
https://api.agishub.com/paid/pdf
NetworkAdvertised amountBillingPayee
eip155:84530.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Render a public URL or a raw HTML string into a PDF document, returned base64-encoded. Backed by a headless browser. Use for invoices, reports, receipts and any HTML-to-PDF need.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "format": {
                "description": "Paper size (default A4).",
                "enum": [
                  "A4",
                  "Letter",
                  "Legal",
                  "A3",
                  "A5",
                  "Tabloid"
                ],
                "type": "string"
              },
              "html": {
                "description": "Raw HTML string to render to PDF. Provide this OR url.",
                "type": "string"
              },
              "landscape": {
                "description": "Landscape orientation (default false = portrait).",
                "type": "boolean"
              },
              "url": {
                "description": "Public http/https URL to render to PDF. Provide this OR html.",
                "format": "uri",
                "type": "string"
              }
            },
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.05",
      "amount_atomic": "50000",
      "amount_encoding": "atomic_units",
      "amount_raw": "50000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "cbb0f96a69b57b0a81601428544bc0a83684bc7c6d7ab3771f39a09cd76eb072",
  "service_id": "2c0ce49b2c0344f876611869a829c6eef07ca721a4b7d39b41915b946e73a2a4",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T18:02:18.068Z",
  "url": "https://api.agishub.com/paid/pdf",
  "usage_rights": "not_reviewed"
}
api.agishub.comAI-powered structured extraction: give a URL plus a natural-language prompt and/or a JSON Schema, and get back clean structured JSON (e.g. product name, price, rating). Renders the page in a headless browser first, so it works on SPAs.
https://api.agishub.com/v1/extract-structured
NetworkAdvertised amountBillingPayee
eip155:84530.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "AI-powered structured extraction: give a URL plus a natural-language prompt and/or a JSON Schema, and get back clean structured JSON (e.g. product name, price, rating). Renders the page in a headless browser first, so it works on SPAs.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "prompt": {
                "description": "Natural-language instruction of what to extract, e.g. 'the product name, price and rating'. Provide this and/or a schema.",
                "type": "string"
              },
              "schema": {
                "additionalProperties": {},
                "description": "Optional JSON Schema object describing the exact shape of the data to return. When given, the output is constrained to it.",
                "type": "object"
              },
              "url": {
                "description": "Full http/https URL of the page to extract data from.",
                "format": "uri",
                "type": "string"
              }
            },
            "required": [
              "url"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.05",
      "amount_atomic": "50000",
      "amount_encoding": "atomic_units",
      "amount_raw": "50000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "b3b45975dcec239567e85a2191c46f5de3326458bd1db5cdcd74ac6975c19548",
  "service_id": "2d54634a11d564bfc7892478a9f302cea9e6fb1da864690ac0ab69ba022e2bd0",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T19:03:06.992Z",
  "url": "https://api.agishub.com/v1/extract-structured",
  "usage_rights": "not_reviewed"
}
api.agishub.comGenerate an image from a text prompt (returned base64-encoded PNG).
https://api.agishub.com/paid/generate-image
NetworkAdvertised amountBillingPayee
eip155:84530.1 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Generate an image from a text prompt (returned base64-encoded PNG).",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "prompt": {
                "description": "Text description of the image to generate.",
                "minLength": 1,
                "type": "string"
              },
              "steps": {
                "description": "Diffusion steps (1-8, default 4). More = higher quality but slower.",
                "maximum": 8,
                "minimum": 1,
                "type": "integer"
              }
            },
            "required": [
              "prompt"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.1",
      "amount_atomic": "100000",
      "amount_encoding": "atomic_units",
      "amount_raw": "100000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "49990f2a60223a9bea67e825d110197d6d800a742d5cc7c515481db2f92ad526",
  "service_id": "33c94a8d5e872173fc1912d8f6d68984ecac263058d92e7c33dbe9abde453923",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-07T20:54:28.665Z",
  "url": "https://api.agishub.com/paid/generate-image",
  "usage_rights": "not_reviewed"
}
api.agishub.comFetch any public web page and return its main content as clean, token-efficient Markdown (title, description, headings, links, lists). Set render:true to execute JavaScript first for single-page apps or JS-heavy pages that would otherwise come back empty. Built for RAG and for agents that need to read the contents of a URL.
https://api.agishub.com/paid/web-scraper
NetworkAdvertised amountBillingPayee
eip155:84530.03 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Fetch any public web page and return its main content as clean, token-efficient Markdown (title, description, headings, links, lists). Set render:true to execute JavaScript first for single-page apps or JS-heavy pages that would otherwise come back empty. Built for RAG and for agents that need to read the contents of a URL.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "include_images": {
                "description": "Keep images as markdown (default false).",
                "type": "boolean"
              },
              "include_links": {
                "description": "Keep hyperlinks in the markdown output (default true).",
                "type": "boolean"
              },
              "max_chars": {
                "description": "Truncate the markdown to at most this many characters (sets truncated:true).",
                "exclusiveMinimum": true,
                "minimum": 0,
                "type": "integer"
              },
              "render": {
                "description": "Render JavaScript with a headless browser before extracting (default false). Enable for SPAs / JS-heavy pages that return empty content otherwise. Slower.",
                "type": "boolean"
              },
              "url": {
                "description": "Full http/https URL of the page to extract.",
                "format": "uri",
                "type": "string"
              }
            },
            "required": [
              "url"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.03",
      "amount_atomic": "30000",
      "amount_encoding": "atomic_units",
      "amount_raw": "30000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "053b00c06a24edf0d854ab50d99c6f1a5d178eeec15e73b37be48a722e7697bc",
  "service_id": "3be0811712a064277760e1b87a3b8537af172947aaddd8c98eb49a1b627bc8a6",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-07T20:58:31.34Z",
  "url": "https://api.agishub.com/paid/web-scraper",
  "usage_rights": "not_reviewed"
}
api.agishub.comExtract named entities from text — people, organizations, locations, dates and miscellaneous — returned as structured JSON.
https://api.agishub.com/paid/extract
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Extract named entities from text — people, organizations, locations, dates and miscellaneous — returned as structured JSON.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "text": {
                "description": "The text to extract named entities from.",
                "minLength": 1,
                "type": "string"
              }
            },
            "required": [
              "text"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "5df837b9e6816989cbc986d08eb28a8e7c665cc4b8864d90db4daa75bb6c475b",
  "service_id": "3c69c827ebc1b426248be1a5f0b420ebb4f7ec9d7e37ef375cfb0be5ecc2e52e",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-07T20:52:05.236Z",
  "url": "https://api.agishub.com/paid/extract",
  "usage_rights": "not_reviewed"
}
api.agishub.comSemantically search a memory collection (namespace) and return the most relevant stored entries. The retrieval half of RAG.
https://api.agishub.com/v1/memory-search
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d
Source and evidence
{
  "description": "Semantically search a memory collection (namespace) and return the most relevant stored entries. The retrieval half of RAG.",
  "domain": "api.agishub.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "namespace": {
                "description": "The namespace to search within (the same key used on upsert).",
                "minLength": 1,
                "type": "string"
              },
              "query": {
                "description": "Natural-language query; returns the most semantically similar stored entries.",
                "minLength": 1,
                "type": "string"
              },
              "top_k": {
                "description": "How many results to return (default 5).",
                "maximum": 20,
                "minimum": 1,
                "type": "integer"
              }
            },
            "required": [
              "namespace",
              "query"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "enum": [
              "http"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "enum": [
              "json"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "example"
        ],
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "1a3011e8a3176161840a4c23642d2a502bfa8594e9258d43a220b32d92ae68dc",
  "service_id": "419e7a988fbd047062a28aee8ee69b9915a756cdaf47394d44aa5a6609470c3e",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T18:30:04.043Z",
  "url": "https://api.agishub.com/v1/memory-search",
  "usage_rights": "not_reviewed"
}

Outcome evidence starts with your workflow.

Private intake is ready for task IDs, charges, retries, result fingerprints and your evaluation criteria. Public performance comparisons need measured results; we do not have that benchmark yet.

Discuss an outcome integration
Collection coverage

Discovery comes from configured registries. Endpoint checks record responses, not task success. Older snapshots retain less detail. Customer usage, commercial terms and task evaluations require additional evidence.

1,423 historical or current source records quarantined during normalization; they are excluded from public comparisons.

43 of 43 archive objects verified in Backblaze. Last verification: Sep 12, 2026, 05:56 UTC.

Collection status JSON