Export job keywords as CSV
curl --request GET \
--url https://www.suprkeywords.com/api/v1/jobs/{jobId}/export-keywords \
--header 'Authorization: Bearer <token>'"<string>"Jobs
Export job keywords as CSV
Returns all keywords and cluster assignments for the job as a CSV file. Requires access to the job (owner or demo). Use session or API key (Bearer). Response is text/csv with Content-Disposition attachment.
GET
/
api
/
v1
/
jobs
/
{jobId}
/
export-keywords
Export job keywords as CSV
curl --request GET \
--url https://www.suprkeywords.com/api/v1/jobs/{jobId}/export-keywords \
--header 'Authorization: Bearer <token>'"<string>"Documentation Index
Fetch the complete documentation index at: https://docs.suprkeywords.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
bearerAuthSessionAuth
API key for programmatic access. Create keys in Settings (Agency plan). Send as Authorization: Bearer or X-API-KEY: . Unauthenticated requests return 401.
Path Parameters
Response
CSV file of keywords and clusters
The response is of type file.
⌘I