cURL
curl --request POST \ --url https://api.ragkit.com/v1/ns_create \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "key": "<string>", "description": "<string>" } '
{ "success": true, "data": { "key": "<string>", "description": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The key of the namespace to create.
namespace
A prefixed UUID will be generated for you if this is omitted.
3 - 63
A description of the namespace.
1 - 1024
Success
Always true.
true
false
The namespace.
Show child attributes