Skip to main content
POST
/
api
/
v1
/
research
/
papers
/
backfill-historical
Run historical backfill for research papers
curl --request POST \
  --url https://tiwih-api.vercel.app/api/v1/research/papers/backfill-historical \
  --header 'Content-Type: application/json' \
  --data '
{
  "startDate": "<string>",
  "endDate": "<string>",
  "searchTerms": [
    "<string>"
  ],
  "includeMeshTerms": true,
  "maxPapersPerMonth": 100
}
'

Body

application/json
startDate
string
required
endDate
string
required
searchTerms
string[]
includeMeshTerms
boolean
default:true
maxPapersPerMonth
number
default:100
Required range: 10 <= x <= 500

Response

Historical backfill completed