Getting started
Setup
Set up your project to use the Parallèle API.
Setup
Get your API key and configure your project to fetch content from Parallèle.
Get Your API Key
- Log in to Parallèle
- Navigate to Settings > API
- Click Generate API Key
- Copy and store the key securely
API keys follow this format: prl_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Environment Variables
Add your API key to your environment:
Warning: Never expose your API key in client-side code. Always use environment variables and server-side fetching.
Create a Helper Function
Create a reusable function to fetch content:
Fetch Content in Pages
Next Steps
- API Reference - See all available endpoints
- Examples - Full integration example