Mangools/API

Create new exports task

Create a new full-backlink CSV export job for a target URL, domain or subdomain. The export is generated asynchronously — poll /linkminer/exports to track state and to obtain the downloadURL once the job completes.

Prerequisites

Call POST /linkminer/exports/suggest first for the same URL to determine the available target types and the estimated cost; the export request requires a matching suggestion.

Limits

The export cost is subtracted from your Backlink rows limit.

POST
/linkminer/exports

Authorization

ApiKeyAuth
x-access-token<token>

Your Mangools API key

In: header

Response Body

curl -X POST "https://api.mangools.com/v3/linkminer/exports"
Empty