Replies: 2 comments 2 replies
-
The base URL should be /api/v1/ |
Beta Was this translation helpful? Give feedback.
-
I tried locally with the following curl command:
And the response I received was:
Could you please assist me in creating a dataset through the API? I have looked through the Git conversations and files, but I haven’t succeeded in creating a dataset through the API. Thank you! Additionally, I would like to confirm that other API (on v1/api) functionalities are working properly: |
Beta Was this translation helpful? Give feedback.
-
When I use api to create dataset, it returns knowledge-base create successfully: {'data': None, 'retcode': 100, 'retmsg': "<NotFound '404: Not Found'>"}. Could you help me to check this out![image](https://private-user-images.githubusercontent.com/59753550/370099818-2b4c6ef8-5499-4ed0-b373-2b95d4ce61b5.jpeg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk3NjM1OTYsIm5iZiI6MTczOTc2MzI5NiwicGF0aCI6Ii81OTc1MzU1MC8zNzAwOTk4MTgtMmI0YzZlZjgtNTQ5OS00ZWQwLWIzNzMtMmI5NWQ0Y2U2MWI1LmpwZWc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxN1QwMzM0NTZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1hNGEyN2EwMTEyOWEyMDJlZjM5OGJkYzkyZDNkYjIxMTkxMDVjNTI2MGU1YjQwZWJjMGJkNjY2ZDVjNTZjODM3JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.q2a809NoEPr8-51DLjMWENoiRgGFkSYNGH_bYLS9X-k)
Beta Was this translation helpful? Give feedback.
All reactions