LogoLogo
CtrlK
HomeDashboardAPI PlaygroundLlms.txt
  • Documentation
  • Changelog
  • Introduction
  • Get Started
  • Credits and Pricing
  • Features
    • Browser Requests
      • Actions
        • Block DOM Removals
        • Capture Cookies
        • Capture DOM
        • Capture Screenshot
        • Capture Element
        • Capture Snapshot
        • Click
        • Download File
        • Generate Markdown
        • Generate Simplified DOM
        • Print
        • Parse JSON
        • Parse Table
        • Scroll
        • Type
        • Wait
      • API Playground Examples
        • Export Web Page to PDF
        • Convert Web Page to Markdown
        • Infinitely Scroll an Ecommerce Site
        • Capture a Full Height Screenshot
        • Automated Form Filling
  • API Reference
    • API Authentication
    • POST v1/browser/requests
    • GET v1/browser/requests/{id}
    • GET v1/browser/requests
    • Beta Endpoints
      • POST v1/schemas
      • PUT v1/schemas
      • DELETE v1/schemas/{id}
      • GET v1/schemas
  • Tutorials
    • Convert any webpage into LLM-ready Markdown using Gaffa
  • Capture a Full-Height Screenshot of a Webpage
  • AI Tools
    • Llms.txt
Powered by GitBook
On this page
  • JSON Data Parsing
  • Endpoints:
Edit on GitHub
Export as PDF
  1. API Reference

Beta Endpoints

The following features are currently in beta and only avaialble to select users. If you are interested in trying out any of these features, please contact support and we can enable them for you.

JSON Data Parsing

Allows you to describe a JSON data schema for your data and then convert an online PDF into this data format using AI.

Endpoints:

POST v1/schemasPUT v1/schemasDELETE v1/schemas/{id}GET v1/schemas
PreviousGET v1/browser/requestsNextPOST v1/schemas

Last updated 2 months ago