mirrored, unclaimed

api.agishub.com

68 resources listed under api.agishub.com.

Source: https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources · last updated 2026-09-18

Do you run api.agishub.com? These 68 resources were mirrored from Coinbase's public Bazaar. Claim them all at once by submitting your own manifest — no account required, and it always overrides the mirrored copy.

Claim this provider

Resources

Turn text into a numeric embedding vector for semantic search, RAG and

Turn text into a numeric embedding vector for semantic search, RAG and similarity. Multilingual.

x402
10000 / request

Find working-hour time slots that overlap across participants in diffe

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.

x402
100000 / request

Crawl multiple pages of a site, respecting link depth and domain limit

Crawl multiple pages of a site, respecting link depth and domain limits. Returns async job_id; results include markdown or HTML per page. Use it to fetch and process many pages of content at once.

x402
100000 / request

Capture several representations of a page in one call — rendered HTML

Capture several representations of a page in one call — rendered HTML plus a PNG screenshot by default, and optionally Markdown and the accessibility tree. Backed by a headless browser. Saves round-trips when an agent needs both the content and a visual of a page.

x402
50000 / request

Capture a PNG screenshot of any public URL — full page or just the vie

Capture a PNG screenshot of any public URL — full page or just the viewport, at a chosen size — returned base64-encoded. Backed by a headless browser.

x402
30000 / request

Extract specific elements from a JavaScript-rendered page by CSS selec

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.

x402
30000 / request

Discover all URLs reachable from a domain within a link depth limit

Discover all URLs reachable from a domain within a link depth limit. Returns a flat list of absolute URLs, respects robots.txt crawl delays. Use it to map a site's structure before crawling.

x402
50000 / request

Return every hyperlink on a JavaScript-rendered page as a list of abso

Return every hyperlink on a JavaScript-rendered page as a list of absolute URLs, with options to keep only visible links or only same-site links. Backed by a headless browser. Use it to map a site or seed a crawler.

x402
30000 / request

Classify a text into exactly one of the candidate labels you provide (

Classify a text into exactly one of the candidate labels you provide (e.g. sentiment, topic, intent).

x402
20000 / request

Ask a general-purpose LLM a question or give it an instruction, with a

Ask a general-purpose LLM a question or give it an instruction, with an optional system prompt. No external API key required.

x402
20000 / request

Ask a general-purpose LLM a question or give it an instruction, with a

Ask a general-purpose LLM a question or give it an instruction, with an optional system prompt. No external API key required.

x402
20000 / request

Classify a text into exactly one of the candidate labels you provide (

Classify a text into exactly one of the candidate labels you provide (e.g. sentiment, topic, intent).

x402
20000 / request

Get the exact UTC offset of an IANA timezone at a given instant, DST-a

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.

x402
10000 / request

Extract named entities from text — people, organizations, locations, d

Extract named entities from text — people, organizations, locations, dates and miscellaneous — returned as structured JSON.

x402
20000 / request

Summarize a block of text into a short abstract, with an optional targ

Summarize a block of text into a short abstract, with an optional target length. No external API key required.

x402
20000 / request

Fetch any public web page and return its main content as clean, token-

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.

x402
30000 / request

Extract specific elements from a JavaScript-rendered page by CSS selec

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.

x402
30000 / request

Return every hyperlink on a JavaScript-rendered page as a list of abso

Return every hyperlink on a JavaScript-rendered page as a list of absolute URLs, with options to keep only visible links or only same-site links. Backed by a headless browser. Use it to map a site or seed a crawler.

x402
30000 / request

AI-powered structured extraction: give a URL plus a natural-language p

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.

x402
50000 / request

Capture several representations of a page in one call — rendered HTML

Capture several representations of a page in one call — rendered HTML plus a PNG screenshot by default, and optionally Markdown and the accessibility tree. Backed by a headless browser. Saves round-trips when an agent needs both the content and a visual of a page.

x402
50000 / request

Drive a headless browser: open a URL and run an ordered list of steps

Drive a headless browser: open a URL and run an ordered list of steps — click, type, press keys, wait, extract text and screenshot. For flows the plain scraper can't reach (logins, forms, multi-step pages).

x402
100000 / request

Discover all URLs reachable from a domain within a link depth limit

Discover all URLs reachable from a domain within a link depth limit. Returns a flat list of absolute URLs, respects robots.txt crawl delays. Use it to map a site's structure before crawling.

x402
50000 / request

Crawl multiple pages of a site, respecting link depth and domain limit

Crawl multiple pages of a site, respecting link depth and domain limits. Returns async job_id; results include markdown or HTML per page. Use it to fetch and process many pages of content at once.

x402
100000 / request

Capture a PNG screenshot of any public URL — full page or just the vie

Capture a PNG screenshot of any public URL — full page or just the viewport, at a chosen size — returned base64-encoded. Backed by a headless browser.

x402
30000 / request

Get the current local time in an IANA timezone, including the UTC offs

Get the current local time in an IANA timezone, including the UTC offset, zone abbreviation and whether DST is in effect. Use whenever you need to know what time it is 'now' somewhere.

x402
10000 / request

Convert a specific date/time from one IANA timezone to another (single

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.

x402
10000 / request

List or search valid IANA timezone identifiers by city/region/country,

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.

x402
10000 / request

Timezone-aware date arithmetic: add or subtract a duration to a dateti

Timezone-aware date arithmetic: add or subtract a duration to a datetime (days are calendar-based and DST-safe; hours and minutes are absolute), or compute the difference between two datetimes that may be in different zones.

x402
10000 / request

Convert a value between units of the same category: length, mass, volu

Convert a value between units of the same category: length, mass, volume, speed, area, digital storage, time, and temperature (Celsius/Fahrenheit/Kelvin).

x402
10000 / request

Transcribe an audio file (given by public URL) to text

Transcribe an audio file (given by public URL) to text. Handles mp3, wav, m4a, ogg and more.

x402
50000 / request

Find working-hour time slots that overlap across participants in diffe

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).

x402
100000 / request

Check whether a given date is a public holiday in a country (identifie

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.

x402
10000 / request

Convert an amount between currencies using live daily exchange rates (

Convert an amount between currencies using live daily exchange rates (ISO 4217 codes, e.g. USD, EUR, GBP, JPY). Returns the converted amount and the rate used.

x402
10000 / request

Get live USD spot prices for one or more cryptocurrencies by ticker sy

Get live USD spot prices for one or more cryptocurrencies by ticker symbol (e.g. BTC, ETH, SOL).

x402
10000 / request

Generate an image from a text prompt (returned base64-encoded PNG)

Generate an image from a text prompt (returned base64-encoded PNG).

x402
100000 / request

Convert text into spoken audio (returned base64-encoded MP3), in sever

Convert text into spoken audio (returned base64-encoded MP3), in several languages.

x402
50000 / request

Render a public URL or a raw HTML string into a PDF document, returned

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.

x402
50000 / request

Shorten a long URL into a compact api

Shorten a long URL into a compact api.agishub.com/s/<code> link that redirects to the original. Codes are stored for a year.

x402
10000 / request

Generate a QR code for any text or URL

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.

x402
10000 / request

Deliver a webhook (POST/PUT/PATCH a JSON payload to a URL) with guaran

Deliver a webhook (POST/PUT/PATCH a JSON payload to a URL) with guaranteed, retried delivery. Returns immediately with a job_id; AgisHub keeps retrying in the background until it succeeds.

x402
20000 / request

Check the delivery status of a webhook job (queued / retrying / delive

Check the delivery status of a webhook job (queued / retrying / delivered / failed) by its job_id.

x402
10000 / request

Store a piece of text in a persistent, searchable memory collection (n

Store a piece of text in a persistent, searchable memory collection (namespace). Embedded and indexed for later semantic recall.

x402
10000 / request

Semantically search a memory collection (namespace) and return the mos

Semantically search a memory collection (namespace) and return the most relevant stored entries. The retrieval half of RAG.

x402
10000 / request

Render a public URL or a raw HTML string into a PDF document, returned

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.

x402
50000 / request

AI-powered structured extraction: give a URL plus a natural-language p

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.

x402
50000 / request

Check the delivery status of a webhook job (queued / retrying / delive

Check the delivery status of a webhook job (queued / retrying / delivered / failed) by its job_id.

x402
10000 / request

Deliver a webhook (POST/PUT/PATCH a JSON payload to a URL) with guaran

Deliver a webhook (POST/PUT/PATCH a JSON payload to a URL) with guaranteed, retried delivery. Returns immediately with a job_id; AgisHub keeps retrying in the background until it succeeds.

x402
20000 / request

Fetch any public web page and return its main content as clean, token-

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.

x402
30000 / request

Drive a headless browser: open a URL and run an ordered list of steps

Drive a headless browser: open a URL and run an ordered list of steps — click, type, press keys, wait, extract text and screenshot. For flows the plain scraper can't reach (logins, forms, multi-step pages).

x402
100000 / request

Shorten a long URL into a compact api

Shorten a long URL into a compact api.agishub.com/s/<code> link that redirects to the original. Codes are stored for a year.

x402
10000 / request

List or search valid IANA timezone identifiers by city/region/country,

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.

x402
10000 / request

Get the exact UTC offset of an IANA timezone at a given instant, DST-a

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.

x402
10000 / request

Check whether a given date is a public holiday in a country (identifie

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.

x402
10000 / request

Convert a specific date/time from one IANA timezone to another (single

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.

x402
10000 / request

Timezone-aware date arithmetic: add or subtract a duration to a dateti

Timezone-aware date arithmetic: add or subtract a duration to a datetime (days are calendar-based and DST-safe; hours and minutes are absolute), or compute the difference between two datetimes that may be in different zones.

x402
10000 / request

Generate a QR code for any text or URL

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.

x402
10000 / request

Store a piece of text in a persistent, searchable memory collection (n

Store a piece of text in a persistent, searchable memory collection (namespace). Embedded and indexed for later semantic recall.

x402
10000 / request

Semantically search a memory collection (namespace) and return the mos

Semantically search a memory collection (namespace) and return the most relevant stored entries. The retrieval half of RAG.

x402
10000 / request

Get live USD spot prices for one or more cryptocurrencies by ticker sy

Get live USD spot prices for one or more cryptocurrencies by ticker symbol (e.g. BTC, ETH, SOL).

x402
10000 / request

Generate an image from a text prompt (returned base64-encoded PNG)

Generate an image from a text prompt (returned base64-encoded PNG).

x402
100000 / request

Convert an amount between currencies using live daily exchange rates (

Convert an amount between currencies using live daily exchange rates (ISO 4217 codes, e.g. USD, EUR, GBP, JPY). Returns the converted amount and the rate used.

x402
10000 / request

Convert a value between units of the same category: length, mass, volu

Convert a value between units of the same category: length, mass, volume, speed, area, digital storage, time, and temperature (Celsius/Fahrenheit/Kelvin).

x402
10000 / request

Transcribe an audio file (given by public URL) to text

Transcribe an audio file (given by public URL) to text. Handles mp3, wav, m4a, ogg and more.

x402
50000 / request

Convert text into spoken audio (returned base64-encoded MP3), in sever

Convert text into spoken audio (returned base64-encoded MP3), in several languages.

x402
50000 / request

Summarize a block of text into a short abstract, with an optional targ

Summarize a block of text into a short abstract, with an optional target length. No external API key required.

x402
20000 / request

Extract named entities from text — people, organizations, locations, d

Extract named entities from text — people, organizations, locations, dates and miscellaneous — returned as structured JSON.

x402
20000 / request

Turn text into a numeric embedding vector for semantic search, RAG and

Turn text into a numeric embedding vector for semantic search, RAG and similarity. Multilingual.

x402
10000 / request

Get the current local time in an IANA timezone, including the UTC offs

Get the current local time in an IANA timezone, including the UTC offset, zone abbreviation and whether DST is in effect. Use whenever you need to know what time it is 'now' somewhere.

x402
10000 / request

Machine-readable

All resources from this provider: /discovery/merchant (by payment address) or filter /discovery/resources.