So I just became a VIP user yesterday. I'm trying to use OpenSubtitle API for gathering, searching, and downloading subtitles.
But I'm having issues.
I followed this document:
https://opensubtitles.stoplight.io/docs ... -subtitles
And created this CURL code:
Code: Select all
curl --location --request GET 'https://api.opensubtitles.com/api/v1/subtitles' \
--header 'api-key: API_KEY' \
--header 'User-Agent: DailyDoses v1'
But I'm getting this error:
Code: Select all
403
{
"message":"You cannot consume this service"
}
I also got my api key from profile page in opensubtitle.com:
https://www.opensubtitles.com/en/users/profile
Any insights?