payload = { "url": url, "onlyMainContent": True, "maxAge": 172800000, "parsers": ["pdf"], "formats": [ { "type": "json", "schema": { "type": "object", "required": [], "properties": { "summary": { "type": "object", "required": ["base_year", "base_revenue", "base_revenue_unit", "forecast_year", "forecast_revenue", "forecast_revenue_unit", "cagr"], "properties": { "base_year": {"type": "number"}, "base_revenue": {"type": "number"}, "base_revenue_unit": {"type": "string"}, "forecast_year": {"type": "number"}, "forecast_revenue": {"type": "number"}, "forecast_revenue_unit": {"type": "string"}, "cagr": {"type": "number"} } }, "toc": { "type": "array", "items": { "type": "object", "required": [], "properties": { "title": {"type": "string"}, "children": { "type": "array", "items": { "type": "object", "required": [], "properties": { "title": {"type": "string"}, "children": { "type": "array", "items": { "type": "object", "required": [], "properties": { "title": {"type": "string"}, "children": { "type": "array", "items": { "type": "object", "required": [], "properties": { "title": {"type": "string"}, "children": { "type": "array", "items": { "type": "object", "required": [], "properties": { "title": {"type": "string"} } } } } } } } } } } } } } } }, "key_players": { "type": "array", "items": {"type": "string"} }, "overview": {"type": "string"} } } } ] }