curl -X POST https://api.narvo.news/v1/synthesis \
-H "Authorization: Bearer nrv_sk_live_a3f8c2..." \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com/story",
"language": "en",
"include_audio": true
}'
200 OK2.28s · typicalJSON{
"story_id": "a3f8c2e1-7b9d-4e2a-8f1c-6d5a2b1e9c8f",
"narrative": "Markets opened higher after guidance beat consensus...",
"key_takeaways": [
"Guidance raised for Q3",
"Margins stable YoY"
],
"source_attribution": [
"Reuters",
"Bloomberg"
],
"language": "en",
"audio_url": "https://cdn.narvo.news/audio/a3f8c2/en/emma.mp3",
"provenance": {
"source_count": 3,
"corroboration_level": "strong_consensus",
"consensus_score": 0.89
},
"latency_ms": 2280,
"request_id": "req_01HN8VXQ4K2B7M9P3R5T6W8Y0Z"
}