{"openapi":"3.2.0","info":{"title":"Bypass Cloudflare API API","description":"A powerful scraping API designed to bypass Cloudflare protection","version":"1.0.0"},"servers":[{"url":"https://xxoad.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/get_page_source":{"post":{"operationId":"post_get_page_source","summary":"Get page source","description":"Fetches and returns page source of provided url.","parameters":[{"name":"url","in":"query","required":false,"schema":{"type":"string","example":"https://example.com"}}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}