q, title, author, cat, and from_date/to_date submission window) and return matching papers from the arXiv.org (Cornell University) corpus. Pagination via limit (up to 2000) and offset. Sort by relevance (default), submittedDate, or lastUpdatedDate in ascending / descending order. Every paper is returned with identifiers, title, abstract, authors, categories, DOI and journal reference (when available), version number, and abstract/PDF URLs.x-api-key: ********************curl --location '/api/v1/research/arxiv/search?q=machine%20learning&cat=cs.LG&author=Hinton&title=transformer&from_date=2024-01-01&to_date=2026-04-19&sort_by=relevance&sort_order=descending&limit=50&offset=0' \
--header 'x-api-key: <api-key>'{
"data": {
"query": "string",
"sort_by": "string",
"sort_order": "string",
"papers": [
{
"arxiv_id": "string",
"version": 0,
"entry_id": "string",
"title": "string",
"summary": "string",
"authors": [
{
"name": "string",
"affiliation": "string"
}
],
"primary_category": "string",
"categories": [
"string"
],
"published": "string",
"updated": "string",
"doi": "string",
"journal_ref": "string",
"comment": "string",
"urls": {
"abstract": "string",
"pdf": "string",
"doi": "string"
}
}
],
"pagination": {
"total_results": 0,
"start_index": 0,
"items_per_page": 0,
"limit": 0,
"offset": 0
}
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}