Skip to main content
GET
/
v1
/
datasources
List available datasources
curl --request GET \
  --url https://api.valyu.ai/v1/datasources \
  --header 'x-api-key: <api-key>'
{
"success": true,
"datasources": [
{
"id": "valyu/valyu-arxiv",
"name": "Arxiv",
"description": "Over 1 million pre-print research papers from physics, computer science, mathematics, and more",
"category": "research",
"type": "paper",
"modality": [
"text",
"images"
],
"topics": [
"Research Papers",
"Computer Science",
"Physics"
],
"example_queries": [
"What are the latest advancements in self-healing materials?",
"How have ML models improved financial risk assessment?"
],
"pricing": {
"cpm": 0.5
},
"response_schema": {
"id": {
"type": "string",
"description": "Unique identifier"
},
"title": {
"type": "string",
"description": "Document title"
},
"content": {
"type": "string",
"description": "Full text content"
},
"authors": {
"type": "array",
"item_type": "string"
}
}
}
],
"total_count": 36,
"categories": {
"research": {
"name": "Research & Academic",
"count": 4
},
"markets": {
"name": "Financial Markets",
"count": 7
}
}
}

Authorizations

x-api-key
string
header
required

Your Valyu API key. Get one at platform.valyu.ai

Query Parameters

category
enum<string>

Filter datasources by category

Available options:
research,
healthcare,
patents,
markets,
company,
economic,
predictions,
transportation,
legal,
politics

Response

List of available datasources

success
boolean

Whether the request was successful

datasources
object[]

List of available datasources

total_count
integer

Total number of datasources returned

categories
object

Summary of categories with counts