curl --location --request POST 'https://app.innochat.ch/api/v1/chatbot/<uuid>/source-tag/create' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer <token>' \ --data-raw '{ "name": "string", "color": "#088F8F", }'
{ "color": "#088F8F", "created_at": "2024-09-12T00:19:12Z", "data_source_uuids": [], "modified_at": "2024-09-12T00:19:12Z", "name": "string", "uuid": "d6099f4845794b4bb088b291fc3ef23a" }
Create a source tag for a chatbot. Source tags can be used to organize sources.
Documentation IndexFetch the complete documentation index at: https://docs.innochat.ch/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.innochat.ch/llms.txt
Use this file to discover all available pages before exploring further.