AI Data Extraction
Query website data using AI
Use AI to extract specific data points from a brand's website. The AI will crawl the website and extract the requested information based on the provided data points.
post/brand/ai/query
Request body
Example request
{
"data_to_extract": [
{
"datapoint_object_schema": {
"testimonial_text": "string",
"testimonial_author": "string"
}
}
]
}Response
Successful response