Skip to main content
POST
/
api
/
v1
/
research
/
papers
/
test-paper
Dry-run pipeline on a single paper
curl --request POST \
  --url https://tiwih-api.vercel.app/api/v1/research/papers/test-paper \
  --header 'Content-Type: application/json' \
  --data '
{
  "pmid": "<string>",
  "title": "<string>",
  "abstract": "<string>"
}
'

Body

application/json
pmid
string
title
string
Required string length: 10 - 500
abstract
string
Required string length: 50 - 10000

Response

Paper test completed