Export Results
Bulk URLs
Export Results
Export the results of a bulk creation operation to CSV or JSON
POST
Export Results
Converts the output of a bulk creation operation into a downloadable file. This is useful for saving records of batch operations, especially for campaigns where you need to track which alias maps to which original URL.
Request
Body Parameters
The
results object returned from the /bulk-urls/create endpoint.The desired export format. Values:
csv or json.Response
Returns a file stream with the exported data. Content-Type:text/csv or application/json
Content-Disposition: attachment; filename="bulk_urls_results.csv" (or .json)
Request Example
- cURL