Add a API extraction proxy
Request
Add parameter in header Authorization
Example:Authorization: ********************
Body Params application/json
{
"protocol": "socks5",
"extractMethod": 0,
"extractionUrl": "https://test-extraction.com/extract",
"duplicateCheck": false,
"publicViewing": 0,
"repeatItem": false
}
Request Code Samples
curl --location --request POST 'http://127.0.0.1:30898/api/proxy/addApiExtractionProxy' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"protocol": "socks5",
"extractMethod": 0,
"extractionUrl": "https://test-extraction.com/extract",
"duplicateCheck": false,
"publicViewing": 0,
"repeatItem": false
}'
Responses
This response does not have a body.
{
"duplicateCheck": false,
"extractMethod": 0,
"extractionUrl": "https://test-extraction.com/extract",
"id": "bcfd3ccd411942e59941680ae65901ab",
"isGlobalProxyInfo": false,
"isIpNoChange": false,
"mainUserId": "2c92b02392f6578a0192fae0e33d000b",
"protocol": "socks5",
"proxyMethod": 2,
"publicViewing": 0,
"repeatItem": false,
"userId": "2c92b02392f6578a0192fae0e33d000b"
}
Modified at 2025-08-16 06:46:11