JSON Schema
POST/v1/extract/json/schema
Analyzes URL content and generates a JSON schema that describes the structure of the data. Use this to create schemas for the /v1/extract/json endpoint.
Request
Responses
- 200
- 400
- 401
- 422
- 500
Successfully generated JSON schema
Bad request
Unauthorized - Invalid or missing Bearer token
Invalid URL
Server error