Wordlist
Authorizations
Query parameters
wkspIdstringRequired
Workspace ID
Body
fileIdstring[]RequiredExample:
["64fd4f7aa1b23e47cd8fc13e","64fd4f7aa1b23e47cd8fc13f"]
Responses
200
Wordlist successfully created and uploaded to S3
application/json
400
Invalid input provided
application/json
401
Unauthorized access
application/json
404
No results found for given file IDs
application/json
500
Server error or S3 upload failure
application/json
post
/api/v2/createWordlistPOST /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"
}