cURL
curl --request GET \ --url https://api.gbase.ai/v1/ais \ --header 'Authorization: Bearer <token>'
{ "items": [ { "created_at": "2023-11-07T05:31:56Z", "name": "<string>", "user": { "user_id": "<string>", "email": "<string>", "name": "<string>", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "salt": "<string>", "picture": "<string>", "locale": "<string>", "corporate": false, "is_independent": false }, "datasets": [ { "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "name": "<string>", "user_id": "<string>", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "data_status": "init", "description": "<string>", "metadata": "<unknown>", "url_rules": "<unknown>" } ], "file_count": 123, "faq_count": 123, "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "discrible": "<string>", "subject_name": "<string>", "prompt": "<string>", "robot_type": "rag", "ai_type": "private", "ai_model": "file", "ai_status": "ready" } ], "total": 1, "page": 2, "size": 2, "pages": 1 }
You can obtain all AI types you create through this interface.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Search by robot name or description
x >= 1
1 <= x <= 1000
Successful Response
Show child attributes
x >= 0