Wordlist

Generate a wordlist from API paths of specified file IDs and upload to S3

post
/api/v2/createWordlist
Authorizations
Query parameters
wkspIdstringRequired

Workspace ID

Body
fileIdstring[]RequiredExample: ["64fd4f7aa1b23e47cd8fc13e","64fd4f7aa1b23e47cd8fc13f"]
Responses
200

Wordlist successfully created and uploaded to S3

application/json
post
/api/v2/createWordlist
POST /api/v2/createWordlist?wkspId=text HTTP/1.1
Host: api-dev.jsmon.sh
Content-Type: application/json
Accept: */*
Content-Length: 66

{
  "fileId": [
    "64fd4f7aa1b23e47cd8fc13e",
    "64fd4f7aa1b23e47cd8fc13f"
  ]
}
{
  "file": "https://jsmon-uploads.s3.amazonaws.com/wordlists/abc123.txt"
}