BlockAds API
Home
Home
Github
    • health
      GET
    • get filter
      GET
    • build
      POST
    • rebuild all
      POST
    • delete filter
      DELETE

      build

      Developing
      POST
      https://complier.pwhs.app/api/build
      Last modified:2026-03-21 23:45:57
      Maintainer:nqmgaming

      Request

      Query Params

      Body Params application/jsonRequired

      Examples

      Responses

      🟢200Success
      application/json
      Bodyapplication/json

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location 'https://complier.pwhs.app/api/build?force=false' \
      --header 'Content-Type: application/json' \
      --data '{
        "name": "MyFilter",
        "url": "https://raw.githubusercontent.com/RPiList/specials/master/Blocklisten/malware"
      }'
      Response Response Example
      {
          "status": "success",
          "downloadUrl": "https://filter.pwhs.app/jsdelivr_dns_blocklistslatest_adblock_nrd7_62c37198.zip",
          "ruleCount": 2732683,
          "fileSize": 29733472
      }
      Modified at 2026-03-21 23:45:57
      Previous
      get filter
      Next
      rebuild all
      Built with