GET
/
papers
/
text
/
Text
curl --request GET \
  --url https://arxivgpt.p.rapidapi.com/papers/text/ \
  --header 'x-rapidapi-host: <x-rapidapi-host>' \
  --header 'x-rapidapi-key: <x-rapidapi-key>'
x-rapidapi-key
string
required
Your RapidAPI key for authentication
x-rapidapi-host
string
required
The RapidAPI host for this API
paper_id
string
required
The ID of the paper you want to retrieve
max_pages
integer
Maximum number of pages to return (optional)