Endpoints
Scrape
POST
/
scrape
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
url
string
requiredai_prompt
string | null
json_schema_title
string | null
Optional title for the schema definition
json_schema
object | null
Optional schema definition for structured data extraction
Response
200 - application/json
job_id
string
required