{"id":18248384,"url":"https://github.com/prathamesh017/chatbot-api","last_synced_at":"2025-06-15T11:06:53.125Z","repository":{"id":190930046,"uuid":"683612065","full_name":"Prathamesh017/ChatBot-API","owner":"Prathamesh017","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-27T06:23:05.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T19:52:44.294Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Prathamesh017.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-08-27T06:16:48.000Z","updated_at":"2023-08-27T06:17:12.000Z","dependencies_parsed_at":"2023-08-27T07:44:26.976Z","dependency_job_id":null,"html_url":"https://github.com/Prathamesh017/ChatBot-API","commit_stats":null,"previous_names":["prathamesh017/chatbot-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Prathamesh017/ChatBot-API","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prathamesh017%2FChatBot-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prathamesh017%2FChatBot-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prathamesh017%2FChatBot-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prathamesh017%2FChatBot-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Prathamesh017","download_url":"https://codeload.github.com/Prathamesh017/ChatBot-API/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prathamesh017%2FChatBot-API/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259964327,"owners_count":22938724,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T09:36:49.926Z","updated_at":"2025-06-15T11:06:53.105Z","avatar_url":"https://github.com/Prathamesh017.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Chat-BOT API DOCUMENATION\n\nWelcome to the Chat Bot  API documentation. This API allows you to see products ,add and remove them from cart and place order \n\nInstallation Steps\n```bash\nnpm install\nnpm run server\n```\n\n\n\n## Authentication\nThis API requires API key authentication. Include your API key in the Authorization header of your requests.\n\n## ENDPOINTS\n- USER \u003c/br\u003e\n\n a) /api/users  Creates a New User  \u003c/br\u003e\n Method - Post. \u003c/br\u003e\n Request - {  _\n  email,       _\n name,       _\n password  _\n }\u003c/br\u003e\n Response  - Token (Use this for authentication)  \u003c/br\u003e\n \n b) /api/users  -  list all users \u003c/br\u003e\n Method - Get \u003c/br\u003e\n Response  - List All Users \u003c/br\u003e\n\n c) /api/users/:id  -  list a users \u003c/br\u003e\n Method - Get \u003c/br\u003e\n Response  - List A Users \u003c/br\u003e\n\n d) /api/users/:id  -  updates a users \u003c/br\u003e\n Method - Put \u003c/br\u003e\n Authenicate - Requires Token \u003c/br\u003e\n Response  - Updates A Users \u003c/br\u003e\n\n e) /api/users/:id  -  delete a users \u003c/br\u003e\n Method - Delete \u003c/br\u003e\n Authenicate - Requires Token \u003c/br\u003e\n Response  - Delete A Users \u003c/br\u003e\n \n - ChatBot \u003c/br\u003e\n \n  a) /users/:userId/chatbots -  Create A Chatbot for User \u003c/br\u003e\n  Method - Post  \u003c/br\u003e\n  Authenicate - Requires User Token \u003c/br\u003e\n  Response  - Created Chatbot\u003c/br\u003e\n   \n  b) /users/:userId/chatbots -  List all chatbots for a user \u003c/br\u003e\n  Method - Get \u003c/br\u003e\n  Response  - Get all Chatbots\u003c/br\u003e\n\n  c) /chatbots/:chatbotId -  Retrieve a single chatbot \u003c/br\u003e\n  Method - Get \u003c/br\u003e\n  Authenicate - Requires User Token \u003c/br\u003e\n  Response  - Get a Chatbot\u003c/br\u003e\n\n  d) /chatbots/:chatbotId -  Update a chatbot \u003c/br\u003e\n  Method - Put \u003c/br\u003e\n  Authenicate - Requires User Token \u003c/br\u003e\n  Response  - Update a Chatbot\u003c/br\u003e\n\n  e) /chatbots/:chatbotId -  delete a chatbot \u003c/br\u003e\n   Method - Delete \u003c/br\u003e\n   Authenicate - Requires User Token \u003c/br\u003e\n   Response  - Delete a Chatbot\u003c/br\u003e\n\n- Conversations \u003c/br\u003e\n\n  a) chatbots/:chatbotId/conversations  Start a New Chat \u003c/br\u003e\n  Method - Post. \u003c/br\u003e\n  Request - {  _\n  message       _\n  complete:true/false,       _\n  }\u003c/br\u003e\n  Authenicate - Requires End User Token \u003c/br\u003e\n  Response  - chats  \u003c/br\u003e\n \n  b) /chatbots/:chatbotId/conversations  -  List all conversations for a chatbot \u003c/br\u003e\n  Method - Get \u003c/br\u003e\n  Authenicate - Requires End User Token \u003c/br\u003e\n  Response  - List All end Users \u003c/br\u003e\n\n  c) conversations/:conversationId - Retrive Single Communication   \u003c/br\u003e\n  Method - Get \u003c/br\u003e\n  Authenicate - Requires End User Token \u003c/br\u003e\n  Response  - Retrieve a single conversation \u003c/br\u003e\n\n  d) /conversations/:conversationId -   Update a conversation\u003c/br\u003e\n  Method - Put \u003c/br\u003e\n  Authenicate - Requires End User Token \u003c/br\u003e\n  Response  -  Update a conversation\u003c/br\u003e\n\n  e) /conversations/:conversationId  -  End/delete a conversation\u003c/br\u003e\n  Method - Delete \u003c/br\u003e\n  Authenicate - Requires End User Token \u003c/br\u003e\n  Response  - Delete A End Users \u003c/br\u003e\n\n- END USERS \u003c/br\u003e\n\n a) /api/endusers  Creates a New End User  \u003c/br\u003e\n Method - Post. \u003c/br\u003e\n Request - {  _\n  email,       _\n  name,       _\n  }\u003c/br\u003e\n Response  - Token (Use this for authentication)  \u003c/br\u003e\n \n b) /api/endusers  -  list all end users \u003c/br\u003e\n Method - Get \u003c/br\u003e\n Authenicate - Requires User Token \u003c/br\u003e\n Response  - List All end Users \u003c/br\u003e\n\nc) /api/endusers/:id  -  list a users \u003c/br\u003e\nMethod - Get \u003c/br\u003e\nAuthenicate - Requires User Token \u003c/br\u003e\nResponse  - List A end Users \u003c/br\u003e\n\nd) /api/endusers/:id  -  updates a users \u003c/br\u003e\nMethod - Put \u003c/br\u003e\nAuthenicate - Requires Token \u003c/br\u003e\nResponse  - Updates A End Users \u003c/br\u003e\n\ne) /api/endusers/:id  -  delete a users \u003c/br\u003e\nMethod - Delete \u003c/br\u003e\nAuthenicate - Requires Token \u003c/br\u003e\n  Response  - Delete A Users \u003c/br\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprathamesh017%2Fchatbot-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprathamesh017%2Fchatbot-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprathamesh017%2Fchatbot-api/lists"}