Hello World
Our API is built using REST architectural style, follows a predictable resource-oriented URL structure, expects form-encoded payloads, and provides JSON-encoded responses. It is used both, by us to power our portal, as well as our partners and clients. It provides you with full access and control of your Voxpopme projects and recorded video responses.
The goal of these articles is to walk you through the setup, authentication, usage and our recommendations to help you make the most of the tools we provide.
These articles are a supplement to our full API documentation, which contains our most frequently used endpoints, together with their full usage instructions.
Generating an API Key
To be able to follow along and make use of the examples presented in these articles, you will need your Voxpopme API key and your Account ID.
You can generate an API key here.
Finding Your Account ID
You can find your Account ID by inspecting the /v1/user/me
network call in the Network tab of your browser, on any of our portal pages, and looking for account-id
in the Request Headers section.
Accessing Full API Documentation
To access the different versions of the API documentation, navigate to the links below, replacing the [YOUR_API_KEY]
with your actual API key.
Partner Documentation (Most Commonly Used Endpoints)
https://developer.voxpopme.com/docs/partner?api_key=[YOUR_API_KEY]
Public Documentation
https://developer.voxpopme.com/docs/public?api_key=[YOUR_API_KEY]
Comments
0 comments
Article is closed for comments.