Filmaster

Find out more: filmaster@filmaster.com · +48 795 158 581

Filmaster API documentation

If you are looking for Filmaster service API documentation - you are in a good place. Otherwise, go to filmaster.com to use the consumer service or filmaster.tv to learn about our business offer.

API docs

Simple example (Python)

from filmaster_auth import FilmasterOAuthClient
# Generate your key / secret at: http://filmaster.com/settings/application
client = FilmasterOAuthClient(key, secret)
request_token = client.fetch_request_token()
authorize_url = client.get_authorize_url(request_token)
print 'open in browser:', authorize_url
verifier = raw_input('oauth_verifier:')
access_token = client.fetch_access_token(request_token, verifier)
print client.get('/1.1/profile/')

What's next?

If you are building a website or service that needs to use Filmaster's API, please feel free to contact us to discuss a partnership. You can read more about our commercial offer for television, VOD services and cinema chains at Filmaster.TV