curl -X POST "https://api.factagora.com/api/v1/deep-research" \
-H "Authorization: Bearer fct_your_api_key" \
-H "Content-Type: application/json" \
-d '{"query": "impact of AI on employment"}'
{
"query": "impact of AI on employment",
"summary": "AI is projected to automate 15% of global jobs by 2030 while simultaneously creating new roles in AI development, maintenance, and oversight.",
"sections": [
{
"title": "Jobs at Risk",
"content": "Routine and repetitive tasks in manufacturing, data entry, and customer service are most vulnerable to automation. McKinsey estimates 400-800 million jobs could be displaced globally by 2030."
},
{
"title": "New Job Creation",
"content": "AI is creating demand for new roles such as AI engineers, prompt specialists, and ethics officers. The World Economic Forum estimates AI will create 97 million new jobs by 2025."
}
],
"sources": [
"https://www.mckinsey.com/featured-insights/future-of-work",
"https://www.weforum.org/reports/the-future-of-jobs-report-2020"
]
}
Comprehensive multi-source research on a topic
curl -X POST "https://api.factagora.com/api/v1/deep-research" \
-H "Authorization: Bearer fct_your_api_key" \
-H "Content-Type: application/json" \
-d '{"query": "impact of AI on employment"}'
{
"query": "impact of AI on employment",
"summary": "AI is projected to automate 15% of global jobs by 2030 while simultaneously creating new roles in AI development, maintenance, and oversight.",
"sections": [
{
"title": "Jobs at Risk",
"content": "Routine and repetitive tasks in manufacturing, data entry, and customer service are most vulnerable to automation. McKinsey estimates 400-800 million jobs could be displaced globally by 2030."
},
{
"title": "New Job Creation",
"content": "AI is creating demand for new roles such as AI engineers, prompt specialists, and ethics officers. The World Economic Forum estimates AI will create 97 million new jobs by 2025."
}
],
"sources": [
"https://www.mckinsey.com/featured-insights/future-of-work",
"https://www.weforum.org/reports/the-future-of-jobs-report-2020"
]
}
curl -X POST "https://api.factagora.com/api/v1/deep-research" \
-H "Authorization: Bearer fct_your_api_key" \
-H "Content-Type: application/json" \
-d '{"query": "impact of AI on employment"}'
{
"query": "impact of AI on employment",
"summary": "AI is projected to automate 15% of global jobs by 2030 while simultaneously creating new roles in AI development, maintenance, and oversight.",
"sections": [
{
"title": "Jobs at Risk",
"content": "Routine and repetitive tasks in manufacturing, data entry, and customer service are most vulnerable to automation. McKinsey estimates 400-800 million jobs could be displaced globally by 2030."
},
{
"title": "New Job Creation",
"content": "AI is creating demand for new roles such as AI engineers, prompt specialists, and ethics officers. The World Economic Forum estimates AI will create 97 million new jobs by 2025."
}
],
"sources": [
"https://www.mckinsey.com/featured-insights/future-of-work",
"https://www.weforum.org/reports/the-future-of-jobs-report-2020"
]
}
Was this page helpful?