API Documentation
Welcome to the Audioscrape API documentation. Our API enables you to programmatically access podcast transcriptions, search functionality, notification systems and analytics data.
Available APIs
Notifications API
Create and manage search term notifications with webhooks and email alerts.
Search API
Coming SoonSearch podcast transcriptions with advanced filtering and sorting options.
Podcasts API
Coming SoonAccess detailed podcast metadata, episodes, and transcription data.
Analytics API
Coming SoonTrack usage, monitor trends, and gather insights from podcast data.
The Audioscrape API Advantage
Simple Authentication
Secure API access with easy-to-implement Bearer token authentication. Generate and manage API keys directly from your dashboard.
Flexible Rate Limits
Generous rate limits that scale with your needs. Choose from various tiers or contact us for custom enterprise solutions.
Real-time Updates
Receive instant notifications through webhooks when new transcriptions match your search terms. Stay updated with minimal latency.
Comprehensive Data
Access rich metadata, accurate transcriptions, and detailed analytics. Perfect for content analysis and research.
Quick Start Guide
- 1️⃣ Sign up for an account and choose a subscription plan
- 2️⃣ Generate an API key in your profile settings
- 3️⃣ Add the API key to your requests as a Bearer token
- 4️⃣ Start making API calls to your chosen endpoints
Example API Call
curl -X POST "https://api.audioscrape.com/api/notifications" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"search_term": "artificial intelligence",
"webhook_url": "https://your-webhook.com/endpoint",
"email_recipient": "[email protected]"
}'
{
"id": 123,
"search_term": "artificial intelligence",
"webhook_url": "https://your-webhook.com/endpoint",
"email_recipient": "[email protected]",
"created_at": "2024-01-15T10:00:00Z",
"delivery_stats": {
"total_deliveries": 0,
"successful_deliveries": 0,
"failed_deliveries": 0,
"last_delivery": null
}
}
Endpoint Details
This endpoint creates a new notification subscription for a search term. You can receive notifications via webhook and/or email when new transcriptions match your search term.
Need Help?
Our support team is here to help you integrate and make the most of the Audioscrape API. Contact us at [email protected].