Endpoint

/api/v1/get_expert/:id

Method

GET

Description

This endpoint retrieves detailed information about a specific expert on the B-Bot platform based on the expert's unique identifier.

URL Parameters

Example Request

bashCode kopieren
GET /api/v1/get_expert/37

Example Response

jsonCode kopieren
{
    "id": 37,
    "name": "Martina Lehmann",
    "description": "Martina Lehmann is a seasoned Business Development Manager with 15 years of experience in strategic planning and market analysis. She is adept at leveraging psychological insights to enhance marketing strategies.",
    "function_name": "Psychological Marketing Insights with Consumer Behavior Expert",
    "function_description": "Martina Lehmann provides expert guidance on incorporating psychology into marketing strategies to understand consumer behavior and decision-making.",
    "system_message": "Act as the Co-Founder and CMO of B-Bot, offering insights into Marketing Psychology for businesses seeking to enhance their strategies.",
    "createdAt": "2024-05-01T14:20:57.856Z",
    "updatedAt": "2024-07-08T17:56:35.652Z",
    "publishedAt": "2024-05-01T14:20:57.835Z",
    "locale": "en",
    "profession": "Business Development Manager",
    "apps": {},
    "expert_llm_models": [
        {
            "id": 6,
            "name": "Base Model Janina",
            "identifier": "gpt-3.5-turbo-0125",
            "createdAt": "2024-05-01T14:20:57.904Z",
            "updatedAt": "2024-05-01T15:35:57.662Z",
            "publishedAt": "2024-05-01T14:50:16.311Z",
            "locale": "en"
        }
    ],
    "abilities": [
        {
            "id": 80,
            "name": "Ability",
            "text": "Skilled in strategic planning and execution, with a proven track record of driving business growth and profitability.",
            "createdAt": "2024-06-12T19:45:02.098Z",
            "updatedAt": "2024-06-28T14:12:13.933Z",
            "publishedAt": "2024-06-12T19:45:02.085Z",
            "locale": "en"
        }
    ]
}

Response Attributes