v1
latestOpenAPI 3.1.02026-07-26125062.1 KBFetch
/fetch
The /fetch endpoint allows you to fetch a single webpage from a given URL.
post/v1/fetch
Request body
Example request
{
"url": "https://docs.linkup.so"
}Response
Successful response
Example response
{
"images": [
{
"alt": "Image 1",
"url": "https://example.com/image.jpg"
},
{
"alt": "Image 2",
"url": "https://example.com/image2.jpg"
}
],
"markdown": "Get started for free, no credit card required...",
"rawHtml": "<!DOCTYPE html><html lang=\"en\"><head>...</head><body>...</body></html>"
}