Subconverter Next

Subscription Converter Service · My Subscriptions

Subscription Converter

Upload a Clash/YAML config; its URL is added above (Vercel Blob storage)

API Documentation

GET /api/sub

Convert subscription to target format

ParameterRequiredDescription
urlYesSubscription URL(s), multiple URLs separated by | (pipe)
targetYesTarget format: clash, clashr, mixed
configNoRemote config URL (ACL4SSR format)
includeNoInclude nodes matching regex
excludeNoExclude nodes matching regex
filenameNoDownload filename

GET /api/s/<id>?token=xxxxx

Short subscription link. Sign in on the My Subscriptions page to claim a fixed id, map it to one of your own /api/sub links, and rotate its token whenever you want (the old URL stops working immediately).

POST /api/upload

Upload a Clash/YAML config file (multipart field file) and receive a public URL usable as the url parameter above. Stored via Vercel Blob.

GET /api/version

Get version information