Choose the format of the page content returned by the ScreenshotOne API

Now you can choose the format of the page content returned by ScreenshotOne API with the metadata_content_format option.

Blog post 1 min read

Written by

Dmytro Krasun

Published on

You can now control the format of the page content when using the metadata_content option.

Use metadata_content_format to specify how you want the page content returned. Available formats:

  • html - returns the HTML content of the page (default)
  • markdown - returns the page content converted to Markdown format
https://api.screenshotone.com/take?metadata_content=true&metadata_content_format=markdown&url=https://example.com/&access_key=<access key>

If you use JSON response type, you will get:

{
"content": {
"url": "https://example.com/.../....md",
"expires": "Wed, 21 Oct 2015 07:28:00 GMT",
}
}

The content will be uploaded to the ScreenshotOne CDN and you will receive the URL of the content file.

It is also available in the playground.

As always, if you have any questions, please, reach out at support@screenshotone.com.

Read more product updates

New features, bug fixes, and optimizations...

View all product updates
Use cases in the ScreenshotOne playground

Use cases in the ScreenshotOne playground

Having documentation and code examples is great, but not enough to allow developers to quickly integrate the API and assess all available features of the ScreenshotOne API.

Read more

1 min read

Support for multiple API keys

Support for multiple API keys

You can now use multiple API keys to the access ScreenshotOne API.

Read more

1 min read

Documentation for LLMs

Documentation for LLMs

ScreenshotOne now supports documentation format specifically targeted for LLMs—llms.txt and llms-full.txt.

Read more

1 min read

Automate website screenshots

Exhaustive documentation, ready SDKs, no-code tools, and other automation to help you render website screenshots and outsource all the boring work related to that to us.