Parsium API

v1.1.1

Structured metadata from torrent and video filenames. Full docs at parsium.nepiraw.com/docs.

Try it in your browser

GET /v1/parse?filename=The.Boys.S05E02.1080p.WEB.H264-TyHD.mkv

Optional query flags: full, explain, fieldConfidence (set to true).

Endpoints

GET /v1/parse?filename=... single parse via query string
POST /v1/parse { filename, options }
POST /v1/parse/batch { filenames[], options }
GET /v1/health
GET /v1/version
GET /v1/openapi.json

Example

curl "https://api.parsium.nepiraw.com/v1/parse?filename=The.Boys.S05E02.1080p.WEB.H264-TyHD.mkv"

Rate limit: 50 requests/minute per IP. For heavy use, install the npm package parsium-media.