POST
/api/v1/projectsCreate a project and enqueue URLs for indexing.
{
"name": "Campaign",
"urls": [
"https://example.com/a",
"https://example.com/b"
],
"mode": "standard",
"dripFeedDays": 0,
"notify": true
}- mode: "standard" (1 credit/URL) or "turbo" (3 credits/URL by default).
- Max 10,000 URLs per request after normalize + dedupe.
- Returns 402 if the account lacks credits.