Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| mode | string | required | employees | website-info | pages | technologies |
| url | string | required* | Target URL. Required if not using bulk. |
| urls | string[] | optional | Array of URLs for bulk processing. |
| bulkLabel | string | optional | Label for identifying bulk jobs. |
| ephemeral | boolean | optional | If true, the job is deleted after completion. |
| jobId | string | optional | Custom job ID instead of an auto-generated one. |
cURL
Copied
1curl -X POST "https://api.flidata.com/api/extract/start" \2 -H "Authorization: Bearer YOUR_API_KEY" \3 -H "Content-Type: application/json" \4 -d '{"mode":"employees","url":"https://example.com"}'