POST
/api/v1/projectsCreate a project and enqueue URLs for indexing.
{
"name": "Campaign",
"urls": [
"https://example.com/a",
"https://example.com/b"
],
"notify": true
}- 1 credit per URL, reserved on submit and returned for any URL that is not indexed.
- Accepted immediately: work is queued and sent to the indexer as soon as worker and provider capacity allow. There is no day-based drip-feed.
- Max 10,000 URLs per request after normalize + dedupe.
- Returns 402 if the account lacks credits.
- Send Idempotency-Key to make retries safe — a duplicate request returns the same project instead of debiting twice.