logo
logo

AI Assistant

How can I help you today?

EndpointsGet Research
Endpoints

GET /research

List research papers

curl -X GET "https://api.paperguide.com/research?query=AI" \
  -H "Content-Type: application/json"
{
  "papers": [
    {
      "id": 1,
      "title": "AI in Education"
    }
  ]
}
GET
/research
GET
Request Preview
Response

Response will appear here after sending the request

Query Parameters

Responses

papersarray