Back to Directory
B

BytePlus SearchInfinity API via AIsa

Other
BytePlus SearchInfinity (by ByteDance's BytePlus) exposed through the AIsa gateway. Two synchronous endpoints for AI/agent workflows: a real-time web search that returns titled results with links and snippets, and a fetch endpoint that returns clean, structured content for a single URL. Pair them for RAG retrieval augmentation, competitive/PR monitoring, fact-checking, and targeted content collection. Web Search is billed at a flat $0.00528 per successful call and Fetch at a flat $0.00088 per successful call. Only successful requests are billed; failures are not charged. Authenticate with your AIsa API key as a Bearer token.

About BytePlus SearchInfinity API via AIsa

Review the Service identity, supported languages, protocol versions, and source metadata discovered by the directory.

Service details

Service Id
46295e86-2165-497c-ac95-e04ae28ee2a0
Service origin
https://api.aisa.one
ListedSeptember 24, 2026, 6:36 PM
Last checkedSeptember 24, 2026, 7:57 PM

Protocol details

SourceOpenAPI

Endpoints

Endpoint details are saved from the OpenAPI document. Authentication requirements and prices are advertised information, not a verified payment or access guarantee. The document may contain additional endpoints.Open OpenAPI document
POST/byteplus/fetch

Fetch clean, structured content for a URL.

Fetch a single URL and return clean, structured page content — title, body text, and publish time. `Url` is required. The response wraps `ResponseMetadata.RequestId` and a `Result` object with the parsed content. Use it to extract full page content for URLs you already have, typically pairing it with `post_byteplus_web_search` results. Billed at a flat $0.00088 per successful call; failed requests are not charged.Price unavailableThe operation requires declared authentication; API keys, bearer tokens and other schemes are not evidence of AEP support.
POST/byteplus/web-search

AI-oriented real-time web search.

Run a real-time web search built for AI agents and return a ranked list of titled results with links and snippets. `Query` is required; narrow the result set with `Count` (≤ 20), `Filter` (restrict to `Sites` or exclude `BlockHosts`), `Language`, and `TimeRange`. The response wraps `ResponseMetadata.RequestId` and a `Result` list of web results. Use it for RAG retrieval augmentation, competitive/PR monitoring, fact-checking, and content sourcing; pair each result URL with `post_byteplus_fetch` to pull full page content. Billed at a flat $0.00528 per successful call; failed requests are not charged.Price unavailableThe operation requires declared authentication; API keys, bearer tokens and other schemes are not evidence of AEP support.