logo
logo

AI Assistant

How can I help you today?

EndpointsCreate References
Endpoints

POST /references

Add reference

curl -X POST "https://api.paperguide.com/references" \
  -H "Content-Type: application/json" \
  -d '{
  "title": "Research Paper",
  "author": "John Doe"
}'
{}
POST
/references
POST
Content-Typestring
Required

The media type of the request body

Options: application/json
Request Preview
Response

Response will appear here after sending the request

Responses