p1 API
Authorization: Bearer {PUPPETEER_PASSWORD}POST/api/getPageAndScreenshotsCaptures webpage content and screenshots
POST/api/getPageAndScreenshotsStreamStreams webpage content and screenshots using Server-Sent Events (SSE)
Response type: text/event-stream
POST/api/getArticlesRetrieves article content from webpage
POST/api/getBrandExtracts brand information from webpage
POST/api/getFeedFetches feed content from webpage
POST/api/getPageRetrieves basic page content
Request Body (all endpoints):
{
"url": "string" // Target URL
}200 | Success |
401 | Unauthorized |
405 | Method not allowed |
500 | Server error |