curl -X GET "https://api.getstrato.dev/v1/signals?source=fda&impact=high&per_page=10" \
-H "Authorization: Bearer sk_live_your_api_key"
{
"data": [
{
"id": "sig_abc123",
"title": "FDA Issues Updated Guidance on AI/ML-Based Medical Devices",
"url": "https://www.fda.gov/medical-devices/...",
"source": {
"name": "FDA",
"country": "US",
"region": "North America"
},
"ai_summary": "The FDA has released updated guidance clarifying the regulatory pathway for AI/ML-based medical devices, emphasizing the importance of continuous learning algorithms and predetermined change control plans.",
"impact": {
"level": "high",
"score": 85,
"categories": ["regulatory", "ai_ml", "software"]
},
"sentiment": "neutral",
"product_relevance": [
{
"product_id": "prod_xyz789",
"product_name": "CardioAI Diagnostic System",
"relevance_type": "direct",
"relevance_score": 0.92
}
],
"is_read": false,
"is_bookmarked": false,
"published_at": "2024-01-18T16:00:00Z",
"fetched_at": "2024-01-18T18:30:00Z"
}
],
"meta": {
"page": 1,
"per_page": 10,
"total": 23,
"unread_count": 8
}
}
Retrieve regulatory and industry signals with AI-powered analysis.
curl -X GET "https://api.getstrato.dev/v1/signals?source=fda&impact=high&per_page=10" \
-H "Authorization: Bearer sk_live_your_api_key"
{
"data": [
{
"id": "sig_abc123",
"title": "FDA Issues Updated Guidance on AI/ML-Based Medical Devices",
"url": "https://www.fda.gov/medical-devices/...",
"source": {
"name": "FDA",
"country": "US",
"region": "North America"
},
"ai_summary": "The FDA has released updated guidance clarifying the regulatory pathway for AI/ML-based medical devices, emphasizing the importance of continuous learning algorithms and predetermined change control plans.",
"impact": {
"level": "high",
"score": 85,
"categories": ["regulatory", "ai_ml", "software"]
},
"sentiment": "neutral",
"product_relevance": [
{
"product_id": "prod_xyz789",
"product_name": "CardioAI Diagnostic System",
"relevance_type": "direct",
"relevance_score": 0.92
}
],
"is_read": false,
"is_bookmarked": false,
"published_at": "2024-01-18T16:00:00Z",
"fetched_at": "2024-01-18T18:30:00Z"
}
],
"meta": {
"page": 1,
"per_page": 10,
"total": 23,
"unread_count": 8
}
}
fda, ema, nmpa, pmda, tga, health_canada, mhra, industrycritical, high, medium, lowpositive, neutral, negativeShow Signal object
curl -X GET "https://api.getstrato.dev/v1/signals?source=fda&impact=high&per_page=10" \
-H "Authorization: Bearer sk_live_your_api_key"
{
"data": [
{
"id": "sig_abc123",
"title": "FDA Issues Updated Guidance on AI/ML-Based Medical Devices",
"url": "https://www.fda.gov/medical-devices/...",
"source": {
"name": "FDA",
"country": "US",
"region": "North America"
},
"ai_summary": "The FDA has released updated guidance clarifying the regulatory pathway for AI/ML-based medical devices, emphasizing the importance of continuous learning algorithms and predetermined change control plans.",
"impact": {
"level": "high",
"score": 85,
"categories": ["regulatory", "ai_ml", "software"]
},
"sentiment": "neutral",
"product_relevance": [
{
"product_id": "prod_xyz789",
"product_name": "CardioAI Diagnostic System",
"relevance_type": "direct",
"relevance_score": 0.92
}
],
"is_read": false,
"is_bookmarked": false,
"published_at": "2024-01-18T16:00:00Z",
"fetched_at": "2024-01-18T18:30:00Z"
}
],
"meta": {
"page": 1,
"per_page": 10,
"total": 23,
"unread_count": 8
}
}