Getting Started
API Glue is a community extension of Pika AI Video that provides API access to the platform's features and services. By integrating API Glue into your applications, you can leverage the power of Pika to enhance user experience of your own products.
Features
- Instant Setup
- Fully Managed
- Continuous Updates
- Multi-Account Setup
Note: API Glue is not on official Pika product. It is a community extension made by avid Pika Users such as yourself!
To get started with API Glue API, you'll need to obtain a Bearer Token
, which can be found in your dashboard after you've registered and subscribed to a paid account. This key is required for all API requests.
See: https://pikapikapika.io/account for your Bearer Token
curl https://api.pikapikapika.io/v1/ -X POST \
-H "Accept: application/json"
-H "Authorization: Bearer {token}"
Next