p1 API

Authorization: Bearer {PUPPETEER_PASSWORD}
POST/api/getPageAndScreenshots

Captures webpage content and screenshots

POST/api/getPageAndScreenshotsStream

Streams webpage content and screenshots using Server-Sent Events (SSE)

Response type: text/event-stream

POST/api/getArticles

Retrieves article content from webpage

POST/api/getBrand

Extracts brand information from webpage

POST/api/getFeed

Fetches feed content from webpage

POST/api/getPage

Retrieves basic page content

Request Body (all endpoints):

{
  "url": "string"  // Target URL
}
200Success
401Unauthorized
405Method not allowed
500Server error