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
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.
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.
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.
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.
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.
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.
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.
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.
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).
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.
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.
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).
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.
Extract named entities from text — people, organizations, locations, d
Extract named entities from text — people, organizations, locations, dates and miscellaneous — returned as structured JSON.
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.
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.
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.
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.
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.
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.
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).
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.
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.
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.
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.
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.
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.
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.
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).
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.
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).
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.
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.
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).
Generate an image from a text prompt (returned base64-encoded PNG)
Generate an image from a text prompt (returned base64-encoded PNG).
Convert text into spoken audio (returned base64-encoded MP3), in sever
Convert text into spoken audio (returned base64-encoded MP3), in several languages.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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).
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.
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.
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.
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.
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.
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.
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.
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.
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.
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).
Generate an image from a text prompt (returned base64-encoded PNG)
Generate an image from a text prompt (returned base64-encoded PNG).
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.
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).
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.
Convert text into spoken audio (returned base64-encoded MP3), in sever
Convert text into spoken audio (returned base64-encoded MP3), in several languages.
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.
Extract named entities from text — people, organizations, locations, d
Extract named entities from text — people, organizations, locations, dates and miscellaneous — returned as structured JSON.
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.
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.
Machine-readable
All resources from this provider: /discovery/merchant (by payment address) or filter /discovery/resources.