curl -X POST \
  <BASE_URL>/arxiv \
  -H 'Content-Type: application/json' \
  -H 'X-API-Key: YOUR_API_KEY' \
  -d '{
    "topic": "quantum physics"
}'

{
    "arxiv": [
        {
            "title": "CAD: Photorealistic 3D Generation via Adversarial Distillation",
            "url": "http://arxiv.org/pdf/2312.06663v1",
            "updated_date": "2023-12-11T18:59:58+00:00",
            "author": [
                "Ziyu Wan",
                "Despoina Paschalidou",
                "Ian Huang",
                "Hongyu Liu",
                "Bokui Shen",
                "Xiaoyu Xiang",
                "Jing Liao",
                "Leonidas Guibas"
            ],
            "source": "State estimation is highly critical for accurately observing the dynamic\nbehavior of the power grids and minimizing risks from cyber threats..."
        },
        {
            "title": "Photorealistic Video Generation with Diffusion Models",
            "url": "http://arxiv.org/pdf/2312.06662v1",
            "updated_date": "2023-12-11T18:59:57+00:00",
            "author": [
                "Agrim Gupta",
                "Lijun Yu",
                "Kihyuk Sohn",
                "Xiuye Gu",
                "Meera Hahn",
                "Li Fei-Fei",
                "Irfan Essa",
                "Lu Jiang",
                "José Lezama"
            ],
            "source": "Inter-agent relative localization is critical for many multi-robot systems..."
        }
    ]
}

Body

Get a list of research paper from Arxiv.

topic
string

What topic you want to search for. Example: “machine learning”

Response

arxiv
string

The list of the hashtags generated for the post.

curl -X POST \
  <BASE_URL>/arxiv \
  -H 'Content-Type: application/json' \
  -H 'X-API-Key: YOUR_API_KEY' \
  -d '{
    "topic": "quantum physics"
}'

{
    "arxiv": [
        {
            "title": "CAD: Photorealistic 3D Generation via Adversarial Distillation",
            "url": "http://arxiv.org/pdf/2312.06663v1",
            "updated_date": "2023-12-11T18:59:58+00:00",
            "author": [
                "Ziyu Wan",
                "Despoina Paschalidou",
                "Ian Huang",
                "Hongyu Liu",
                "Bokui Shen",
                "Xiaoyu Xiang",
                "Jing Liao",
                "Leonidas Guibas"
            ],
            "source": "State estimation is highly critical for accurately observing the dynamic\nbehavior of the power grids and minimizing risks from cyber threats..."
        },
        {
            "title": "Photorealistic Video Generation with Diffusion Models",
            "url": "http://arxiv.org/pdf/2312.06662v1",
            "updated_date": "2023-12-11T18:59:57+00:00",
            "author": [
                "Agrim Gupta",
                "Lijun Yu",
                "Kihyuk Sohn",
                "Xiuye Gu",
                "Meera Hahn",
                "Li Fei-Fei",
                "Irfan Essa",
                "Lu Jiang",
                "José Lezama"
            ],
            "source": "Inter-agent relative localization is critical for many multi-robot systems..."
        }
    ]
}