logo
logo

AI Assistant

How can I help you today?

EndpointsGet Research Paperid
Endpoints

GET /research/{paperId}

Get research paper details

curl -X GET "https://api.paperguide.com/research/123" \
  -H "Content-Type: application/json"
{
  "id": 1,
  "title": "AI in Education"
}
GET
/research/{paperId}
GET
Request Preview
Response

Response will appear here after sending the request

Path Parameters

Responses

idinteger
Required
titlestring
Required