REST API
Arcade’s REST API allows you to programmatically create Arcades from videos and interaction data.
Authentication
How do I authenticate with the API?
makefileCopyEditauthorization: YOUR_API_KEYCreating an Arcade from a Video
Step 1: How do I generate an upload URL?
Headers:
Body:
Response:
Step 2: How do I upload the video?
Headers:
Body:
Step 3: How do I create the Arcade?
Headers:
Body:
Notes:
Response:
Replacing an Existing Arcade
Can I update an existing Arcade with a new video and event list?
Headers:
Body:
Arcade User Provisioning API (Public)
Base URL
Authentication
Generate an API Key
Example
Requirements & Limits
Plan Requirement
Rate Limiting
Error Responses (Common)
401 Unauthorized
403 Forbidden
400 Bad Request
5xx Server Errors
Users
List Users
Create User (Single)
Create Users (Bulk)
Delete Users (Bulk)
Teams
List Teams
Update Team Members (Replace List)
Last updated
Was this helpful?