Skip to main content
curl --location 'https://api.zyvik.com/v1/scrape' \
--header 'x-zyvik-api-key: zv-<YOUR API KEY>' \
--header 'Content-Type: application/json' \
--data '{
    "url": "https://docs.zyvik.com/",
    "format": "markdown"
}'

Authentication

x-zyvik-api-key
string
required
Header authentication zv-<API KEY>

Body

url
string
required
Single URL to scrape
format
string
default:"markdown"
required
Format for the output response

Response

metadata
Metadata Object
markdown
string
Output response in markdown format