How to make API call to Khoj backend from a web page? #612
lakshmajee
started this conversation in
General
Replies: 2 comments 2 replies
-
Hi; on a self hosted Khoj; (I don't think the API is open on the Cloud version) for me it worked well with a header
then I was able to.. Chat (/api/chat)
Search (/api/search)
Automation (/api/automation)
Apparently it is also possible to
But I`m still working on my discovery |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey, you can see the API swagger docs on your self-hosted setup at http://localhost:42110/docs#/ and the redoc at khoj cloud at https://app.khoj.dev/redoc |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a react.js front end web application and it has its own chat interface.
I want to make API calls to khoj API.
How can I do that? will that be simple curl request with token available in khoj interface ?
Beta Was this translation helpful? Give feedback.
All reactions