curl -X POST "https://api.whizo.ai/v1/extract" -H "Authorization: Bearer YOUR_API_KEY" -H "Content-Type: application/json" -d '{
"url": "https://example.com",
"schema": {
"fields": [
{
"name": "title",
"description": "Page title",
"type": "text"
}
]
}
}'