Skip to content

The frontend of the AIlluminator project, which displays the Website and provides the endpoints for paper tracking

License

Notifications You must be signed in to change notification settings

ai-lluminator/frontend

Repository files navigation

AI/lluminator

API Documentation

Links

# GET /api/links

// Headers
Authorization=TOKEN

// Response
{ data: [{ id, url, paper_id, user_id, prompt_id }]}
# POST /api/links

// Headers
Authorization=TOKEN

// Body
{ paper_id, paper_url: string, prompt_id, user_id }

// Response
{ data: { id, url, paper_id, user_id, prompt_id }}

About

The frontend of the AIlluminator project, which displays the Website and provides the endpoints for paper tracking

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •