Skip to content

[Deprecated] use POST /api/v1/sources/{provider}/decode

Deprecated
POST
/api/v1/providers/decode
curl --request POST \
--url http://localhost:8080/api/v1/providers/decode \
--header 'Content-Type: application/json' \
--data '{ "provider": "example", "url": "example" }'

Legacy decoder dispatch kept only for backwards compatibility. The canonical path is POST /api/v1/sources/{provider}/decode where {provider} is one of kodik / sibnet / aniboom / jutsu and the request body is just {“url”: ”…”}. This endpoint will be removed after consumers migrate.

Media type application/json
object
provider
required
string
>= 1 characters
url
required
string
>= 1 characters
Example generated
{
"provider": "example",
"url": "example"
}

OK

Media type */*
object
success
boolean
qualities
object
key
additional properties
string
format
string
errorCode
string