/
Resume Batch Enrichment
Resume a paused or interrupted batch enrichment job.
When to use
- If a batch was paused or failed mid-run and needs to continue processing
Credits
- 0 credits to resume (credits apply only to successfully enriched records)
Security
Bearer
POST
curl -i -X POST \
'https://api-dashboard.influencers.club/public/v1/enrichment/batch/{batch_id}/resume/' \
-H 'Authorization: Bearer <YOUR_API_KEY_HERE>'Response
{ "property1": null, "property2": null }