Complete reference for integrating Currrent's AI-powered news intelligence into your applications.
The Currrent API provides programmatic access to our AI-powered news aggregation and enhancement services.
All API requests require authentication using an API key passed in the Authorization header.
/articles
Retrieve curated news articles with optional filtering and pagination.
Parameter | Type | Description |
---|---|---|
category | string | Filter by news category (optional) |
limit | integer | Number of articles to return (1-100, default: 20) |
offset | integer | Pagination offset (default: 0) |
language | string | Language filter (ISO 639-1 code) |
/articles/{id}
Retrieve a specific article by ID with full content and metadata.
/enhance
Enhance articles with AI-generated summaries, context, and insights.
/synthesize
Convert text to speech using premium neural voices.
Returns audio file as binary data or URL depending on the request format.
/sources
List all available news sources and their categories.
The API uses conventional HTTP response codes to indicate success or failure.
Code | Description |
---|---|
200 | OK - Request successful |
400 | Bad Request - Invalid parameters |
401 | Unauthorized - Invalid API key |
429 | Too Many Requests - Rate limit exceeded |
500 | Internal Server Error |
Our developer support team is here to help you integrate successfully.