Get your API key
Create a Linkup account for free to get your API key.
/fetch
endpoint retrieves a markdown representation of a webpage at the given URL, with the ability to render the Javascript or not.Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The URL of the webpage you want to fetch.
Example:
"https://docs.linkup.so"
Defines whether the API should include the raw HTML of the webpage in its response.
Defines whether the API should render the JavaScript of the webpage.
Defines whether the API should extract the images from the webpage in its response.
Response
Successful response
The response from the /fetch
endpoint.
The clean markdown version of the webpage.