Files
2024-09-10 10:01:33 +08:00

30 lines
335 B
Markdown

# arxiv search
> Run Arxiv search and get the article information.
## Schema
[openapi.json](./openapi.json)
## Servers
`https://export.arxiv.org`
## Operations
1. ArxivSearch
> `GET` /api/query?search_query=
## Authentication
```
type: none
```
![Authentication](./authentication.png)
## Preview
![Preview](./preview.png)