Arcade’s REST API allows you to programmatically create Arcades from videos and interaction data.
The API is available to all users in the Enterpriseplan. If you're interested in testing the API or trialing Enterprise, reach out to our sales team ([email protected]).
The Arcade API is actively being developed and subject to changes. Only a subset of what’s possible in the app is covered by the API. Let us know which features you want to see on the API first!
Authentication
How do I authenticate with the API?
First, generate an API key:
Go to Settings > Advanced in your Arcade team dashboard.
Generate a new API key.
Then, include the API key in the authorization header of all requests:
makefileCopyEditauthorization: YOUR_API_KEY
All requests are made to https://api.arcade.software.
Creating an Arcade from a Video
This API flow lets you programmatically create an Arcade from a video and a list of interaction events.