Skip to main content
POST
Fetch clean, structured content for a URL.
Fetch a single URL and get back clean, structured page content under Result.DataTitle, ContentText (clean body text), PublishTime (Unix seconds), plus StatusCode and Url. Url is required. The response wraps ResponseMetadata.RequestId and a Result object holding Data and LogId. Billed a flat $0.00088 per successful call; failed requests are not charged. Use this to extract full page content for URLs you already have — typically pairing it with post_byteplus_web_search results to turn a list of links into readable content for RAG or analysis.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
Url
string
required

The URL to fetch. Required.

Example:

"https://example.com"

Response

200 - application/json

Fetch completed successfully. Result holds the structured page content.

ResponseMetadata
object

Upstream request metadata.

Result
object

Fetch result payload.