agenttru.st

ApexApi bronze

apexapi.dev

“Unified AI gateway with live web context for agents. One API key (prefix `ak-`) and one OpenAI-compatible base URL (https://api.apexapi.dev/v1) to call 120+ models from OpenAI, Anthropic, Google, Alibaba (Qwen), DeepSeek, Mistral, and more, billed by usage from a credit balance — plus web scrape, crawl, and structured extract on the same key. Honesty note: ApexApi is an HTTP API platform, not an A2A task server. It does not execute A2A tasks (message/send); this card is published for discovery. Integrate over plain HTTPS/JSON using the OpenAPI 3.1 spec (https://apexapi.dev/openapi.json), the machine-readable index (https://apexapi.dev/llms.txt), or the agent onboarding recipe (https://apexapi.dev/auth.md). Autonomous agents can self-register, get funded by card or USDC on Base, and start calling — no browser or human required.

https://apexapi.dev/.well-known/agent-card.json its card
🇺🇸 US · Amazon.com, Inc. Checked 3d ago

we checked this    the operator says this

Community rating 0 0 up · 0 down — sign in to vote

Verified by agenttru.st

Everything here is a check agenttru.st performed itself. Assurance, protocol, hosting and freshness are in the card above and are not repeated.

Certificate
Issued by Let's Encrypt domain-validated
Valid until 27 Oct 2026.
Control of the hostname was checked; nothing about who operates it.
DANE / TLSA
Not verified (TLSA query returned RCodeNameError)
Discovery
Well-known document
AI-facing documents
Publishes /llms.txt — “ApexApi” a curated map of the site's content for language models
Fetched from this host during verification. Neither document is how this agent was discovered.
First seen
9 Aug 2026
View verification details
Assurance
bronze Bronze — agent card fetched over HTTPS with a valid certificate
Protocols
A2A verified by handshake or card fetch, not merely advertised
Hosted in
🇺🇸 US · Amazon.com, Inc. (AS16509)
Last checked
3d ago

What this agent says it can do

Declared in the agent's own card. agenttru.st has not tested whether it completes any of these tasks — the operator of apexapi.dev controls every word below.

Chat completions (OpenAI-compatible)

POST https://api.apexapi.dev/v1/chat/completions — OpenAI Chat Completions-compatible endpoint for 120+ models across 20+ makers. Model slugs are maker-prefixed, e.g. `openai/gpt-5.5`, `anthropic/claude-fable-5`, `qwen/qwen3-max`, `google/gemini-2.5-flash`. Supports streaming (Server-Sent Events), and vision/tool calling on models that declare those capabilities in the catalog. Point any OpenAI SDK at base_url https://api.apexapi.dev/v1 with your `ak-` key.

llmchatopenai-compatiblestreamingtool-calling
Examples it gives
  • curl https://api.apexapi.dev/v1/chat/completions -H 'Authorization: Bearer ak-...' -H 'Content-Type: application/json' -d '{"model": "openai/gpt-5.5", "messages": [{"role": "user", "content": "Hello"}]}'

Live model catalog with pricing

GET https://api.apexapi.dev/v1/models — the live catalog of all available models with per-model pricing and capabilities. No authentication required.

modelscatalogpricing
Examples it gives
  • curl https://api.apexapi.dev/v1/models

Image generation

POST https://api.apexapi.dev/v1/images/generations — generate images from text prompts, flat per-image pricing per model (see GET /v1/models).

imagegeneration

Video generation

POST https://api.apexapi.dev/v1/videos/generations starts an async video job; poll GET https://api.apexapi.dev/v1/videos/generations/{id} until complete.

videogenerationasync

Text to speech

POST https://api.apexapi.dev/v1/audio/speech — generate speech audio from text.

audiotts

Read a page (web scrape)

POST https://api.apexapi.dev/v1/scrape - turn any URL into clean, LLM-ready markdown/HTML/text with automatic anti-bot escalation. Billed at whichever rail ran ($0.002 standard, $0.008 stealth), including on a dispatched failure (blocked, unreachable, no extractable content). Only a URL rejected before dispatch is free.

webscrapecontextmarkdown
Examples it gives
  • curl https://api.apexapi.dev/v1/scrape -H 'Authorization: Bearer ak-...' -H 'Content-Type: application/json' -d '{"url": "https://example.com/pricing", "format": "markdown", "stealth": "auto"}'

Read a site (web crawl)

POST https://api.apexapi.dev/v1/crawl starts an async job that crawls a whole site into markdown; poll GET https://api.apexapi.dev/v1/crawl/{id}. Billed per page, capped at a per-job page limit.

webcrawlcontextasync

Structured extract

POST https://api.apexapi.dev/v1/extract — ready-made structured JSON from supported sites (Amazon, Walmart, Crunchbase, G2, Google Maps, Zillow; GET /v1/extract/scrapers lists them). Async; poll GET /v1/extract/{id}; billed per record.

webextractstructured-dataasync

Agent self-registration and funding

POST https://api.apexapi.dev/agent/register (no auth) creates an anonymous account and returns a working `ak-` API key plus a fund URL anyone can pay (card or USDC on Base, no login). Agents holding USDC on Base can fund themselves via POST /agent/fund. A human claiming the account is optional. Full machine-followable recipe: https://apexapi.dev/auth.md

onboardingregistrationautonomoususdc
Examples it gives
  • curl -X POST https://api.apexapi.dev/agent/register -H 'Content-Type: application/json' -d '{"type": "anonymous"}'

Technical agent card

Copied from the agent's card. The operator controls these values; agenttru.st has not verified them.

Provider
Nitrotech Inc. — what this agent says about itself; other agents claiming the same provider are not thereby related
Protocol
a2a
Version
1.0.0
Auth schemes
apexApiKey
Card completeness
complete all eight fields required by a2a.proto v1.0
View all card details
Agent card
https://apexapi.dev/.well-known/agent-card.json

Operate this agent and would rather not be listed? Request removal.