keplar-panel-integration-api


Namekeplar-panel-integration-api JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryFastify Template API
upload_time2025-07-25 01:41:48
maintainerNone
docs_urlNone
authorOpenAPI Generator community
requires_python>=3.9
licenseNone
keywords openapi openapi-generator fastify template api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # keplar-panel-integration-api
API documentation using Swagger

This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 1.0.0
- Package version: 0.0.1
- Generator version: 7.14.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen

## Requirements.

Python 3.9+

## Installation & Usage
### pip install

If the python package is hosted on a repository, you can install directly using:

```sh
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
```
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)

Then import the package:
```python
import keplar_panel_integration_api
```

### Setuptools

Install via [Setuptools](http://pypi.python.org/pypi/setuptools).

```sh
python setup.py install --user
```
(or `sudo python setup.py install` to install the package for all users)

Then import the package:
```python
import keplar_panel_integration_api
```

### Tests

Execute `pytest` to run the tests.

## Getting Started

Please follow the [installation procedure](#installation--usage) and then run the following:

```python

import keplar_panel_integration_api
from keplar_panel_integration_api.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to http://localhost:3000
# See configuration.py for a list of all supported configuration parameters.
configuration = keplar_panel_integration_api.Configuration(
    host = "http://localhost:3000"
)

# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.

# Configure Bearer authorization (JWT): bearerAuth
configuration = keplar_panel_integration_api.Configuration(
    access_token = os.environ["BEARER_TOKEN"]
)


# Enter a context with an instance of the API client
async with keplar_panel_integration_api.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = keplar_panel_integration_api.DefaultApi(api_client)

    try:
        await api_instance.api_auth_google_get()
    except ApiException as e:
        print("Exception when calling DefaultApi->api_auth_google_get: %s\n" % e)

```

## Documentation for API Endpoints

All URIs are relative to *http://localhost:3000*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*DefaultApi* | [**api_auth_google_get**](docs/DefaultApi.md#api_auth_google_get) | **GET** /api/auth/google | 
*DefaultApi* | [**api_auth_google_redirect_get**](docs/DefaultApi.md#api_auth_google_redirect_get) | **GET** /api/auth/google/redirect | 
*DefaultApi* | [**api_call_messages_search_post**](docs/DefaultApi.md#api_call_messages_search_post) | **POST** /api/callMessages/search | Search conversation messages
*DefaultApi* | [**api_calls_call_id_get**](docs/DefaultApi.md#api_calls_call_id_get) | **GET** /api/calls/{callId} | Get call
*DefaultApi* | [**api_calls_call_id_messages_index_get**](docs/DefaultApi.md#api_calls_call_id_messages_index_get) | **GET** /api/calls/{callId}/messages/{index} | Get conversation message
*DefaultApi* | [**api_copilotkit_post**](docs/DefaultApi.md#api_copilotkit_post) | **POST** /api/copilotkit | 
*DefaultApi* | [**api_demos_create_demo_invite_post**](docs/DefaultApi.md#api_demos_create_demo_invite_post) | **POST** /api/demos/createDemoInvite | Create demo invite
*DefaultApi* | [**api_files_file_id_delete**](docs/DefaultApi.md#api_files_file_id_delete) | **DELETE** /api/files/{fileId} | Delete a file
*DefaultApi* | [**api_files_file_id_get**](docs/DefaultApi.md#api_files_file_id_get) | **GET** /api/files/{fileId} | Get file metadata
*DefaultApi* | [**api_files_file_id_signed_url_post**](docs/DefaultApi.md#api_files_file_id_signed_url_post) | **POST** /api/files/{fileId}/signed-url | Get a signed URL for file access
*DefaultApi* | [**api_files_post**](docs/DefaultApi.md#api_files_post) | **POST** /api/files/ | Upload a file
*DefaultApi* | [**api_invite_code_code_get**](docs/DefaultApi.md#api_invite_code_code_get) | **GET** /api/inviteCode/{code}/ | Get invite by code
*DefaultApi* | [**api_invite_code_code_participant_code_participant_code_get**](docs/DefaultApi.md#api_invite_code_code_participant_code_participant_code_get) | **GET** /api/inviteCode/{code}/participantCode/{participantCode} | Get participant invite by code and participant code
*DefaultApi* | [**api_invite_code_code_participant_code_participant_code_start_get**](docs/DefaultApi.md#api_invite_code_code_participant_code_participant_code_start_get) | **GET** /api/inviteCode/{code}/participantCode/{participantCode}/start | Start invite by code and participant code
*DefaultApi* | [**api_invite_code_code_participant_code_participant_code_test_post**](docs/DefaultApi.md#api_invite_code_code_participant_code_participant_code_test_post) | **POST** /api/inviteCode/{code}/participantCode/{participantCode}/test | Create test invite by code and participant code
*DefaultApi* | [**api_invite_code_code_participant_response_get**](docs/DefaultApi.md#api_invite_code_code_participant_response_get) | **GET** /api/inviteCode/{code}/participantResponse | Get invite response by invite code and participant code
*DefaultApi* | [**api_invite_code_code_remaining_responses_get**](docs/DefaultApi.md#api_invite_code_code_remaining_responses_get) | **GET** /api/inviteCode/{code}/remainingResponses | Get remaining responses count by invite code
*DefaultApi* | [**api_invite_code_code_responses_response_id_call_metadata_get**](docs/DefaultApi.md#api_invite_code_code_responses_response_id_call_metadata_get) | **GET** /api/inviteCode/{code}/responses/{responseId}/callMetadata | Get call metadata by invite code
*DefaultApi* | [**api_invite_code_code_responses_response_id_create_new_response_post**](docs/DefaultApi.md#api_invite_code_code_responses_response_id_create_new_response_post) | **POST** /api/inviteCode/{code}/responses/{responseId}/createNewResponse | Create invite response from existing response
*DefaultApi* | [**api_invite_code_code_responses_response_id_get**](docs/DefaultApi.md#api_invite_code_code_responses_response_id_get) | **GET** /api/inviteCode/{code}/responses/{responseId} | Get invite response by invite code
*DefaultApi* | [**api_invite_code_code_responses_response_id_put**](docs/DefaultApi.md#api_invite_code_code_responses_response_id_put) | **PUT** /api/inviteCode/{code}/responses/{responseId} | Update invite response by invite code
*DefaultApi* | [**api_invite_code_code_responses_response_id_start_call_get**](docs/DefaultApi.md#api_invite_code_code_responses_response_id_start_call_get) | **GET** /api/inviteCode/{code}/responses/{responseId}/startCall | Start call by invite code
*DefaultApi* | [**api_invite_code_code_responses_response_id_start_phone_call_post**](docs/DefaultApi.md#api_invite_code_code_responses_response_id_start_phone_call_post) | **POST** /api/inviteCode/{code}/responses/{responseId}/startPhoneCall | Start phone call by invite code
*DefaultApi* | [**api_invite_code_code_responses_response_id_transcript_insight_post**](docs/DefaultApi.md#api_invite_code_code_responses_response_id_transcript_insight_post) | **POST** /api/inviteCode/{code}/responses/{responseId}/transcriptInsight | Create call metadata transcript insight by invite code
*DefaultApi* | [**api_invite_code_code_responses_response_id_update_call_put**](docs/DefaultApi.md#api_invite_code_code_responses_response_id_update_call_put) | **PUT** /api/inviteCode/{code}/responses/{responseId}/updateCall | Update call by invite code
*DefaultApi* | [**api_invite_code_code_start_get**](docs/DefaultApi.md#api_invite_code_code_start_get) | **GET** /api/inviteCode/{code}/start | Start invite by code
*DefaultApi* | [**api_invites_id_get**](docs/DefaultApi.md#api_invites_id_get) | **GET** /api/invites/{id} | Get invite
*DefaultApi* | [**api_invites_id_participant_invites_get**](docs/DefaultApi.md#api_invites_id_participant_invites_get) | **GET** /api/invites/{id}/participantInvites | Get participant invites
*DefaultApi* | [**api_invites_id_participant_invites_participant_id_get**](docs/DefaultApi.md#api_invites_id_participant_invites_participant_id_get) | **GET** /api/invites/{id}/participantInvites/{participantId} | Get participant invite
*DefaultApi* | [**api_invites_id_participant_invites_participant_id_put**](docs/DefaultApi.md#api_invites_id_participant_invites_participant_id_put) | **PUT** /api/invites/{id}/participantInvites/{participantId} | Update participant invite
*DefaultApi* | [**api_invites_id_participant_invites_post**](docs/DefaultApi.md#api_invites_id_participant_invites_post) | **POST** /api/invites/{id}/participantInvites | Create participant invite
*DefaultApi* | [**api_invites_id_participants_participant_id_call_metadata_get**](docs/DefaultApi.md#api_invites_id_participants_participant_id_call_metadata_get) | **GET** /api/invites/{id}/participants/{participantId}/callMetadata | Get call metadata by invite ID and participant ID
*DefaultApi* | [**api_invites_id_put**](docs/DefaultApi.md#api_invites_id_put) | **PUT** /api/invites/{id}/ | Update invite
*DefaultApi* | [**api_invites_id_responses_get**](docs/DefaultApi.md#api_invites_id_responses_get) | **GET** /api/invites/{id}/responses | Get invite responses
*DefaultApi* | [**api_invites_id_responses_post**](docs/DefaultApi.md#api_invites_id_responses_post) | **POST** /api/invites/{id}/responses | Create invite response
*DefaultApi* | [**api_invites_id_responses_response_id_call_metadata_get**](docs/DefaultApi.md#api_invites_id_responses_response_id_call_metadata_get) | **GET** /api/invites/{id}/responses/{responseId}/callMetadata | Get call metadata by invite ID and response ID
*DefaultApi* | [**api_invites_id_responses_response_id_get**](docs/DefaultApi.md#api_invites_id_responses_response_id_get) | **GET** /api/invites/{id}/responses/{responseId} | Get invite response
*DefaultApi* | [**api_invites_id_responses_response_id_put**](docs/DefaultApi.md#api_invites_id_responses_response_id_put) | **PUT** /api/invites/{id}/responses/{responseId} | Update invite response
*DefaultApi* | [**api_invites_post**](docs/DefaultApi.md#api_invites_post) | **POST** /api/invites/ | Create invite
*DefaultApi* | [**api_projects_draft_get**](docs/DefaultApi.md#api_projects_draft_get) | **GET** /api/projects/draft | Get draft project
*DefaultApi* | [**api_projects_get**](docs/DefaultApi.md#api_projects_get) | **GET** /api/projects/ | Get projects
*DefaultApi* | [**api_projects_post**](docs/DefaultApi.md#api_projects_post) | **POST** /api/projects/ | Create project
*DefaultApi* | [**api_projects_project_id_analysis_post**](docs/DefaultApi.md#api_projects_project_id_analysis_post) | **POST** /api/projects/{projectId}/analysis | Create project analysis
*DefaultApi* | [**api_projects_project_id_delete_post**](docs/DefaultApi.md#api_projects_project_id_delete_post) | **POST** /api/projects/{projectId}/delete | Delete or archive project
*DefaultApi* | [**api_projects_project_id_files_file_id_delete**](docs/DefaultApi.md#api_projects_project_id_files_file_id_delete) | **DELETE** /api/projects/{projectId}/files/{fileId} | Remove a file from a project
*DefaultApi* | [**api_projects_project_id_files_file_id_put**](docs/DefaultApi.md#api_projects_project_id_files_file_id_put) | **PUT** /api/projects/{projectId}/files/{fileId} | Update project file metadata
*DefaultApi* | [**api_projects_project_id_files_get**](docs/DefaultApi.md#api_projects_project_id_files_get) | **GET** /api/projects/{projectId}/files | Get files for a project
*DefaultApi* | [**api_projects_project_id_files_post**](docs/DefaultApi.md#api_projects_project_id_files_post) | **POST** /api/projects/{projectId}/files | Add an existing file to a project
*DefaultApi* | [**api_projects_project_id_get**](docs/DefaultApi.md#api_projects_project_id_get) | **GET** /api/projects/{projectId} | Get project
*DefaultApi* | [**api_projects_project_id_launch_post**](docs/DefaultApi.md#api_projects_project_id_launch_post) | **POST** /api/projects/{projectId}/launch | Launch project
*DefaultApi* | [**api_projects_project_id_put**](docs/DefaultApi.md#api_projects_project_id_put) | **PUT** /api/projects/{projectId} | Update project
*DefaultApi* | [**api_projects_project_id_responses_get**](docs/DefaultApi.md#api_projects_project_id_responses_get) | **GET** /api/projects/{projectId}/responses | Get project responses
*DefaultApi* | [**api_projects_project_id_search_transcripts_post**](docs/DefaultApi.md#api_projects_project_id_search_transcripts_post) | **POST** /api/projects/{projectId}/searchTranscripts | Search project transcripts
*DefaultApi* | [**api_threads_get**](docs/DefaultApi.md#api_threads_get) | **GET** /api/threads/ | Get threads
*DefaultApi* | [**api_threads_thread_id_files_get**](docs/DefaultApi.md#api_threads_thread_id_files_get) | **GET** /api/threads/{threadId}/files | Get thread files
*DefaultApi* | [**api_threads_thread_id_post**](docs/DefaultApi.md#api_threads_thread_id_post) | **POST** /api/threads/{threadId} | Upsert thread
*DefaultApi* | [**api_users_id_get**](docs/DefaultApi.md#api_users_id_get) | **GET** /api/users/{id} | Get user
*DefaultApi* | [**api_vapi_webhook_post**](docs/DefaultApi.md#api_vapi_webhook_post) | **POST** /api/vapi/webhook | 


## Documentation For Models

 - [ApiCallMessagesSearchPost200ResponseInner](docs/ApiCallMessagesSearchPost200ResponseInner.md)
 - [ApiDemosCreateDemoInvitePostRequest](docs/ApiDemosCreateDemoInvitePostRequest.md)
 - [ApiFilesFileIdSignedUrlPost200Response](docs/ApiFilesFileIdSignedUrlPost200Response.md)
 - [ApiFilesFileIdSignedUrlPostRequest](docs/ApiFilesFileIdSignedUrlPostRequest.md)
 - [ApiFilesFileIdSignedUrlPostRequestAction](docs/ApiFilesFileIdSignedUrlPostRequestAction.md)
 - [ApiInviteCodeCodeResponsesResponseIdPut404Response](docs/ApiInviteCodeCodeResponsesResponseIdPut404Response.md)
 - [ApiInviteCodeCodeResponsesResponseIdStartPhoneCallPostRequest](docs/ApiInviteCodeCodeResponsesResponseIdStartPhoneCallPostRequest.md)
 - [ApiInviteCodeCodeResponsesResponseIdUpdateCallPutRequest](docs/ApiInviteCodeCodeResponsesResponseIdUpdateCallPutRequest.md)
 - [ApiInviteCodeCodeResponsesResponseIdUpdateCallPutRequestCall](docs/ApiInviteCodeCodeResponsesResponseIdUpdateCallPutRequestCall.md)
 - [ApiInviteCodeCodeStartGet302Response](docs/ApiInviteCodeCodeStartGet302Response.md)
 - [ApiInviteCodeCodeStartGet302ResponseProjectConfig](docs/ApiInviteCodeCodeStartGet302ResponseProjectConfig.md)
 - [ApiInvitesIdParticipantInvitesParticipantIdPutRequest](docs/ApiInvitesIdParticipantInvitesParticipantIdPutRequest.md)
 - [ApiInvitesIdParticipantInvitesPostRequest](docs/ApiInvitesIdParticipantInvitesPostRequest.md)
 - [ApiInvitesIdParticipantInvitesPostRequestParticipant](docs/ApiInvitesIdParticipantInvitesPostRequestParticipant.md)
 - [ApiInvitesIdPutRequest](docs/ApiInvitesIdPutRequest.md)
 - [ApiInvitesIdResponsesGet200Response](docs/ApiInvitesIdResponsesGet200Response.md)
 - [ApiInvitesIdResponsesPostRequest](docs/ApiInvitesIdResponsesPostRequest.md)
 - [ApiInvitesIdResponsesResponseIdPutRequest](docs/ApiInvitesIdResponsesResponseIdPutRequest.md)
 - [ApiInvitesPostRequest](docs/ApiInvitesPostRequest.md)
 - [ApiProjectsGet200Response](docs/ApiProjectsGet200Response.md)
 - [ApiProjectsPostRequest](docs/ApiProjectsPostRequest.md)
 - [ApiProjectsPostRequestThreadAssetsInner](docs/ApiProjectsPostRequestThreadAssetsInner.md)
 - [ApiProjectsProjectIdFilesFileIdPutRequest](docs/ApiProjectsProjectIdFilesFileIdPutRequest.md)
 - [ApiProjectsProjectIdFilesGet200Response](docs/ApiProjectsProjectIdFilesGet200Response.md)
 - [ApiProjectsProjectIdFilesPostRequest](docs/ApiProjectsProjectIdFilesPostRequest.md)
 - [ApiProjectsProjectIdPutRequest](docs/ApiProjectsProjectIdPutRequest.md)
 - [ApiProjectsProjectIdSearchTranscriptsPostRequest](docs/ApiProjectsProjectIdSearchTranscriptsPostRequest.md)
 - [ApiThreadsGet200Response](docs/ApiThreadsGet200Response.md)
 - [ApiThreadsThreadIdFilesGet200Response](docs/ApiThreadsThreadIdFilesGet200Response.md)
 - [ApiThreadsThreadIdPostRequest](docs/ApiThreadsThreadIdPostRequest.md)
 - [BadRequestErrorResponse](docs/BadRequestErrorResponse.md)
 - [Call](docs/Call.md)
 - [CallEvent](docs/CallEvent.md)
 - [CallKind](docs/CallKind.md)
 - [CallMetadata](docs/CallMetadata.md)
 - [CallStatus](docs/CallStatus.md)
 - [ChatCompletionTool](docs/ChatCompletionTool.md)
 - [ChatCompletionToolFunction](docs/ChatCompletionToolFunction.md)
 - [ChatMessage](docs/ChatMessage.md)
 - [ChatMessageKind](docs/ChatMessageKind.md)
 - [ChatMessageRole](docs/ChatMessageRole.md)
 - [ChatSession](docs/ChatSession.md)
 - [Citation](docs/Citation.md)
 - [CodeInvite](docs/CodeInvite.md)
 - [CodeInviteResponse](docs/CodeInviteResponse.md)
 - [ConversationMessage](docs/ConversationMessage.md)
 - [ConversationMessageTopic](docs/ConversationMessageTopic.md)
 - [File](docs/File.md)
 - [FileMimeType](docs/FileMimeType.md)
 - [ForbiddenErrorResponse](docs/ForbiddenErrorResponse.md)
 - [GetParticipantInvitesResponse](docs/GetParticipantInvitesResponse.md)
 - [GetProjectResponsesResponse](docs/GetProjectResponsesResponse.md)
 - [InboundCallResponse](docs/InboundCallResponse.md)
 - [InternalServerErrorResponse](docs/InternalServerErrorResponse.md)
 - [Invite](docs/Invite.md)
 - [InviteConfig](docs/InviteConfig.md)
 - [InviteResponse](docs/InviteResponse.md)
 - [InviteResponseData](docs/InviteResponseData.md)
 - [InviteResponseKind](docs/InviteResponseKind.md)
 - [InviteResponseStatus](docs/InviteResponseStatus.md)
 - [InviteResponseUpdateEvent](docs/InviteResponseUpdateEvent.md)
 - [InviteStatus](docs/InviteStatus.md)
 - [InviteWithAnalytics](docs/InviteWithAnalytics.md)
 - [Moderator](docs/Moderator.md)
 - [ModeratorVendor](docs/ModeratorVendor.md)
 - [ModeratorVisibility](docs/ModeratorVisibility.md)
 - [NotFoundErrorResponse](docs/NotFoundErrorResponse.md)
 - [OpenAiModelConfig](docs/OpenAiModelConfig.md)
 - [Org](docs/Org.md)
 - [Participant](docs/Participant.md)
 - [ParticipantCreate](docs/ParticipantCreate.md)
 - [ParticipantInvite](docs/ParticipantInvite.md)
 - [ParticipantInviteConfig](docs/ParticipantInviteConfig.md)
 - [ParticipantInviteData](docs/ParticipantInviteData.md)
 - [PhoneCallStartResponse](docs/PhoneCallStartResponse.md)
 - [Project](docs/Project.md)
 - [ProjectAnalysis](docs/ProjectAnalysis.md)
 - [ProjectAudience](docs/ProjectAudience.md)
 - [ProjectConfig](docs/ProjectConfig.md)
 - [ProjectConversationConfig](docs/ProjectConversationConfig.md)
 - [ProjectFile](docs/ProjectFile.md)
 - [ProjectFileCategory](docs/ProjectFileCategory.md)
 - [ProjectFileMetadata](docs/ProjectFileMetadata.md)
 - [ProjectFilePublic](docs/ProjectFilePublic.md)
 - [ProjectFilePublicFile](docs/ProjectFilePublicFile.md)
 - [ProjectPanelQualification](docs/ProjectPanelQualification.md)
 - [ProjectPanelRespondentAttribute](docs/ProjectPanelRespondentAttribute.md)
 - [ProjectPanelSettings](docs/ProjectPanelSettings.md)
 - [ProjectScreenerQuestionChooseOne](docs/ProjectScreenerQuestionChooseOne.md)
 - [ProjectScreenerQuestionChooseOnePublic](docs/ProjectScreenerQuestionChooseOnePublic.md)
 - [ProjectScreenerQuestionResponse](docs/ProjectScreenerQuestionResponse.md)
 - [ProjectStatus](docs/ProjectStatus.md)
 - [ProjectSummaryWithAnalytics](docs/ProjectSummaryWithAnalytics.md)
 - [ProjectTemplateSettings](docs/ProjectTemplateSettings.md)
 - [ProjectWithAnalytics](docs/ProjectWithAnalytics.md)
 - [RemainingResponsesResponse](docs/RemainingResponsesResponse.md)
 - [RepDataConfigLegacy](docs/RepDataConfigLegacy.md)
 - [RepDataProjectLegacy](docs/RepDataProjectLegacy.md)
 - [RepDataStudyLegacy](docs/RepDataStudyLegacy.md)
 - [RepDataStudyLegacyQualificationsInner](docs/RepDataStudyLegacyQualificationsInner.md)
 - [RepDataSurveyLegacy](docs/RepDataSurveyLegacy.md)
 - [RepDataSurveyLegacyProject](docs/RepDataSurveyLegacyProject.md)
 - [RepDataSurveyStatusLegacy](docs/RepDataSurveyStatusLegacy.md)
 - [RepdataQualification](docs/RepdataQualification.md)
 - [RepdataQualificationAllowedOptionIdsInner](docs/RepdataQualificationAllowedOptionIdsInner.md)
 - [RepdataRespondentAttribute](docs/RepdataRespondentAttribute.md)
 - [RepdataSurvey](docs/RepdataSurvey.md)
 - [RepdataSurveyAttributes](docs/RepdataSurveyAttributes.md)
 - [RepdataSurveyRedirects](docs/RepdataSurveyRedirects.md)
 - [ResponseCallCompletedEvent](docs/ResponseCallCompletedEvent.md)
 - [ResponseCallFailedEvent](docs/ResponseCallFailedEvent.md)
 - [ResponseConsentEvent](docs/ResponseConsentEvent.md)
 - [ResponseOptOutEvent](docs/ResponseOptOutEvent.md)
 - [ResponseProcessingCompletedEvent](docs/ResponseProcessingCompletedEvent.md)
 - [ResponseProcessingFailedEvent](docs/ResponseProcessingFailedEvent.md)
 - [ResponseRedirectEvent](docs/ResponseRedirectEvent.md)
 - [ResponseStartCallEvent](docs/ResponseStartCallEvent.md)
 - [ResponseSubmitEmailEvent](docs/ResponseSubmitEmailEvent.md)
 - [ResponseSubmitScreenerEvent](docs/ResponseSubmitScreenerEvent.md)
 - [SearchProjectTranscriptsResponse](docs/SearchProjectTranscriptsResponse.md)
 - [TemplateConceptTest](docs/TemplateConceptTest.md)
 - [TemplateCustom](docs/TemplateCustom.md)
 - [TemplateInterview](docs/TemplateInterview.md)
 - [Thread](docs/Thread.md)
 - [ThreadCreateProjectStatus](docs/ThreadCreateProjectStatus.md)
 - [ThreadFile](docs/ThreadFile.md)
 - [ThreadKind](docs/ThreadKind.md)
 - [ThreadMetadata](docs/ThreadMetadata.md)
 - [Transcript](docs/Transcript.md)
 - [TranscriptMessage](docs/TranscriptMessage.md)
 - [TranscriptMessagesInner](docs/TranscriptMessagesInner.md)
 - [TranscriptQuality](docs/TranscriptQuality.md)
 - [UnauthorizedErrorResponse](docs/UnauthorizedErrorResponse.md)
 - [User](docs/User.md)
 - [UserAccountStatus](docs/UserAccountStatus.md)
 - [UserData](docs/UserData.md)
 - [UserProvider](docs/UserProvider.md)
 - [VapiAssistantConfig](docs/VapiAssistantConfig.md)
 - [VapiVoiceId](docs/VapiVoiceId.md)
 - [VapiVoiceVapiProvider](docs/VapiVoiceVapiProvider.md)


<a id="documentation-for-authorization"></a>
## Documentation For Authorization


Authentication schemes defined for the API:
<a id="bearerAuth"></a>
### bearerAuth

- **Type**: Bearer authentication (JWT)


## Author





            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "keplar-panel-integration-api",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "OpenAPI, OpenAPI-Generator, Fastify Template API",
    "author": "OpenAPI Generator community",
    "author_email": "OpenAPI Generator Community <team@openapitools.org>",
    "download_url": "https://files.pythonhosted.org/packages/3d/19/3d0c8fd6205018a93b1fc37b7186405adb7f85511016aa56a141b2b8e191/keplar_panel_integration_api-0.0.1.tar.gz",
    "platform": null,
    "description": "# keplar-panel-integration-api\nAPI documentation using Swagger\n\nThis Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:\n\n- API version: 1.0.0\n- Package version: 0.0.1\n- Generator version: 7.14.0\n- Build package: org.openapitools.codegen.languages.PythonClientCodegen\n\n## Requirements.\n\nPython 3.9+\n\n## Installation & Usage\n### pip install\n\nIf the python package is hosted on a repository, you can install directly using:\n\n```sh\npip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git\n```\n(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)\n\nThen import the package:\n```python\nimport keplar_panel_integration_api\n```\n\n### Setuptools\n\nInstall via [Setuptools](http://pypi.python.org/pypi/setuptools).\n\n```sh\npython setup.py install --user\n```\n(or `sudo python setup.py install` to install the package for all users)\n\nThen import the package:\n```python\nimport keplar_panel_integration_api\n```\n\n### Tests\n\nExecute `pytest` to run the tests.\n\n## Getting Started\n\nPlease follow the [installation procedure](#installation--usage) and then run the following:\n\n```python\n\nimport keplar_panel_integration_api\nfrom keplar_panel_integration_api.rest import ApiException\nfrom pprint import pprint\n\n# Defining the host is optional and defaults to http://localhost:3000\n# See configuration.py for a list of all supported configuration parameters.\nconfiguration = keplar_panel_integration_api.Configuration(\n    host = \"http://localhost:3000\"\n)\n\n# The client must configure the authentication and authorization parameters\n# in accordance with the API server security policy.\n# Examples for each auth method are provided below, use the example that\n# satisfies your auth use case.\n\n# Configure Bearer authorization (JWT): bearerAuth\nconfiguration = keplar_panel_integration_api.Configuration(\n    access_token = os.environ[\"BEARER_TOKEN\"]\n)\n\n\n# Enter a context with an instance of the API client\nasync with keplar_panel_integration_api.ApiClient(configuration) as api_client:\n    # Create an instance of the API class\n    api_instance = keplar_panel_integration_api.DefaultApi(api_client)\n\n    try:\n        await api_instance.api_auth_google_get()\n    except ApiException as e:\n        print(\"Exception when calling DefaultApi->api_auth_google_get: %s\\n\" % e)\n\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *http://localhost:3000*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*DefaultApi* | [**api_auth_google_get**](docs/DefaultApi.md#api_auth_google_get) | **GET** /api/auth/google | \n*DefaultApi* | [**api_auth_google_redirect_get**](docs/DefaultApi.md#api_auth_google_redirect_get) | **GET** /api/auth/google/redirect | \n*DefaultApi* | [**api_call_messages_search_post**](docs/DefaultApi.md#api_call_messages_search_post) | **POST** /api/callMessages/search | Search conversation messages\n*DefaultApi* | [**api_calls_call_id_get**](docs/DefaultApi.md#api_calls_call_id_get) | **GET** /api/calls/{callId} | Get call\n*DefaultApi* | [**api_calls_call_id_messages_index_get**](docs/DefaultApi.md#api_calls_call_id_messages_index_get) | **GET** /api/calls/{callId}/messages/{index} | Get conversation message\n*DefaultApi* | [**api_copilotkit_post**](docs/DefaultApi.md#api_copilotkit_post) | **POST** /api/copilotkit | \n*DefaultApi* | [**api_demos_create_demo_invite_post**](docs/DefaultApi.md#api_demos_create_demo_invite_post) | **POST** /api/demos/createDemoInvite | Create demo invite\n*DefaultApi* | [**api_files_file_id_delete**](docs/DefaultApi.md#api_files_file_id_delete) | **DELETE** /api/files/{fileId} | Delete a file\n*DefaultApi* | [**api_files_file_id_get**](docs/DefaultApi.md#api_files_file_id_get) | **GET** /api/files/{fileId} | Get file metadata\n*DefaultApi* | [**api_files_file_id_signed_url_post**](docs/DefaultApi.md#api_files_file_id_signed_url_post) | **POST** /api/files/{fileId}/signed-url | Get a signed URL for file access\n*DefaultApi* | [**api_files_post**](docs/DefaultApi.md#api_files_post) | **POST** /api/files/ | Upload a file\n*DefaultApi* | [**api_invite_code_code_get**](docs/DefaultApi.md#api_invite_code_code_get) | **GET** /api/inviteCode/{code}/ | Get invite by code\n*DefaultApi* | [**api_invite_code_code_participant_code_participant_code_get**](docs/DefaultApi.md#api_invite_code_code_participant_code_participant_code_get) | **GET** /api/inviteCode/{code}/participantCode/{participantCode} | Get participant invite by code and participant code\n*DefaultApi* | [**api_invite_code_code_participant_code_participant_code_start_get**](docs/DefaultApi.md#api_invite_code_code_participant_code_participant_code_start_get) | **GET** /api/inviteCode/{code}/participantCode/{participantCode}/start | Start invite by code and participant code\n*DefaultApi* | [**api_invite_code_code_participant_code_participant_code_test_post**](docs/DefaultApi.md#api_invite_code_code_participant_code_participant_code_test_post) | **POST** /api/inviteCode/{code}/participantCode/{participantCode}/test | Create test invite by code and participant code\n*DefaultApi* | [**api_invite_code_code_participant_response_get**](docs/DefaultApi.md#api_invite_code_code_participant_response_get) | **GET** /api/inviteCode/{code}/participantResponse | Get invite response by invite code and participant code\n*DefaultApi* | [**api_invite_code_code_remaining_responses_get**](docs/DefaultApi.md#api_invite_code_code_remaining_responses_get) | **GET** /api/inviteCode/{code}/remainingResponses | Get remaining responses count by invite code\n*DefaultApi* | [**api_invite_code_code_responses_response_id_call_metadata_get**](docs/DefaultApi.md#api_invite_code_code_responses_response_id_call_metadata_get) | **GET** /api/inviteCode/{code}/responses/{responseId}/callMetadata | Get call metadata by invite code\n*DefaultApi* | [**api_invite_code_code_responses_response_id_create_new_response_post**](docs/DefaultApi.md#api_invite_code_code_responses_response_id_create_new_response_post) | **POST** /api/inviteCode/{code}/responses/{responseId}/createNewResponse | Create invite response from existing response\n*DefaultApi* | [**api_invite_code_code_responses_response_id_get**](docs/DefaultApi.md#api_invite_code_code_responses_response_id_get) | **GET** /api/inviteCode/{code}/responses/{responseId} | Get invite response by invite code\n*DefaultApi* | [**api_invite_code_code_responses_response_id_put**](docs/DefaultApi.md#api_invite_code_code_responses_response_id_put) | **PUT** /api/inviteCode/{code}/responses/{responseId} | Update invite response by invite code\n*DefaultApi* | [**api_invite_code_code_responses_response_id_start_call_get**](docs/DefaultApi.md#api_invite_code_code_responses_response_id_start_call_get) | **GET** /api/inviteCode/{code}/responses/{responseId}/startCall | Start call by invite code\n*DefaultApi* | [**api_invite_code_code_responses_response_id_start_phone_call_post**](docs/DefaultApi.md#api_invite_code_code_responses_response_id_start_phone_call_post) | **POST** /api/inviteCode/{code}/responses/{responseId}/startPhoneCall | Start phone call by invite code\n*DefaultApi* | [**api_invite_code_code_responses_response_id_transcript_insight_post**](docs/DefaultApi.md#api_invite_code_code_responses_response_id_transcript_insight_post) | **POST** /api/inviteCode/{code}/responses/{responseId}/transcriptInsight | Create call metadata transcript insight by invite code\n*DefaultApi* | [**api_invite_code_code_responses_response_id_update_call_put**](docs/DefaultApi.md#api_invite_code_code_responses_response_id_update_call_put) | **PUT** /api/inviteCode/{code}/responses/{responseId}/updateCall | Update call by invite code\n*DefaultApi* | [**api_invite_code_code_start_get**](docs/DefaultApi.md#api_invite_code_code_start_get) | **GET** /api/inviteCode/{code}/start | Start invite by code\n*DefaultApi* | [**api_invites_id_get**](docs/DefaultApi.md#api_invites_id_get) | **GET** /api/invites/{id} | Get invite\n*DefaultApi* | [**api_invites_id_participant_invites_get**](docs/DefaultApi.md#api_invites_id_participant_invites_get) | **GET** /api/invites/{id}/participantInvites | Get participant invites\n*DefaultApi* | [**api_invites_id_participant_invites_participant_id_get**](docs/DefaultApi.md#api_invites_id_participant_invites_participant_id_get) | **GET** /api/invites/{id}/participantInvites/{participantId} | Get participant invite\n*DefaultApi* | [**api_invites_id_participant_invites_participant_id_put**](docs/DefaultApi.md#api_invites_id_participant_invites_participant_id_put) | **PUT** /api/invites/{id}/participantInvites/{participantId} | Update participant invite\n*DefaultApi* | [**api_invites_id_participant_invites_post**](docs/DefaultApi.md#api_invites_id_participant_invites_post) | **POST** /api/invites/{id}/participantInvites | Create participant invite\n*DefaultApi* | [**api_invites_id_participants_participant_id_call_metadata_get**](docs/DefaultApi.md#api_invites_id_participants_participant_id_call_metadata_get) | **GET** /api/invites/{id}/participants/{participantId}/callMetadata | Get call metadata by invite ID and participant ID\n*DefaultApi* | [**api_invites_id_put**](docs/DefaultApi.md#api_invites_id_put) | **PUT** /api/invites/{id}/ | Update invite\n*DefaultApi* | [**api_invites_id_responses_get**](docs/DefaultApi.md#api_invites_id_responses_get) | **GET** /api/invites/{id}/responses | Get invite responses\n*DefaultApi* | [**api_invites_id_responses_post**](docs/DefaultApi.md#api_invites_id_responses_post) | **POST** /api/invites/{id}/responses | Create invite response\n*DefaultApi* | [**api_invites_id_responses_response_id_call_metadata_get**](docs/DefaultApi.md#api_invites_id_responses_response_id_call_metadata_get) | **GET** /api/invites/{id}/responses/{responseId}/callMetadata | Get call metadata by invite ID and response ID\n*DefaultApi* | [**api_invites_id_responses_response_id_get**](docs/DefaultApi.md#api_invites_id_responses_response_id_get) | **GET** /api/invites/{id}/responses/{responseId} | Get invite response\n*DefaultApi* | [**api_invites_id_responses_response_id_put**](docs/DefaultApi.md#api_invites_id_responses_response_id_put) | **PUT** /api/invites/{id}/responses/{responseId} | Update invite response\n*DefaultApi* | [**api_invites_post**](docs/DefaultApi.md#api_invites_post) | **POST** /api/invites/ | Create invite\n*DefaultApi* | [**api_projects_draft_get**](docs/DefaultApi.md#api_projects_draft_get) | **GET** /api/projects/draft | Get draft project\n*DefaultApi* | [**api_projects_get**](docs/DefaultApi.md#api_projects_get) | **GET** /api/projects/ | Get projects\n*DefaultApi* | [**api_projects_post**](docs/DefaultApi.md#api_projects_post) | **POST** /api/projects/ | Create project\n*DefaultApi* | [**api_projects_project_id_analysis_post**](docs/DefaultApi.md#api_projects_project_id_analysis_post) | **POST** /api/projects/{projectId}/analysis | Create project analysis\n*DefaultApi* | [**api_projects_project_id_delete_post**](docs/DefaultApi.md#api_projects_project_id_delete_post) | **POST** /api/projects/{projectId}/delete | Delete or archive project\n*DefaultApi* | [**api_projects_project_id_files_file_id_delete**](docs/DefaultApi.md#api_projects_project_id_files_file_id_delete) | **DELETE** /api/projects/{projectId}/files/{fileId} | Remove a file from a project\n*DefaultApi* | [**api_projects_project_id_files_file_id_put**](docs/DefaultApi.md#api_projects_project_id_files_file_id_put) | **PUT** /api/projects/{projectId}/files/{fileId} | Update project file metadata\n*DefaultApi* | [**api_projects_project_id_files_get**](docs/DefaultApi.md#api_projects_project_id_files_get) | **GET** /api/projects/{projectId}/files | Get files for a project\n*DefaultApi* | [**api_projects_project_id_files_post**](docs/DefaultApi.md#api_projects_project_id_files_post) | **POST** /api/projects/{projectId}/files | Add an existing file to a project\n*DefaultApi* | [**api_projects_project_id_get**](docs/DefaultApi.md#api_projects_project_id_get) | **GET** /api/projects/{projectId} | Get project\n*DefaultApi* | [**api_projects_project_id_launch_post**](docs/DefaultApi.md#api_projects_project_id_launch_post) | **POST** /api/projects/{projectId}/launch | Launch project\n*DefaultApi* | [**api_projects_project_id_put**](docs/DefaultApi.md#api_projects_project_id_put) | **PUT** /api/projects/{projectId} | Update project\n*DefaultApi* | [**api_projects_project_id_responses_get**](docs/DefaultApi.md#api_projects_project_id_responses_get) | **GET** /api/projects/{projectId}/responses | Get project responses\n*DefaultApi* | [**api_projects_project_id_search_transcripts_post**](docs/DefaultApi.md#api_projects_project_id_search_transcripts_post) | **POST** /api/projects/{projectId}/searchTranscripts | Search project transcripts\n*DefaultApi* | [**api_threads_get**](docs/DefaultApi.md#api_threads_get) | **GET** /api/threads/ | Get threads\n*DefaultApi* | [**api_threads_thread_id_files_get**](docs/DefaultApi.md#api_threads_thread_id_files_get) | **GET** /api/threads/{threadId}/files | Get thread files\n*DefaultApi* | [**api_threads_thread_id_post**](docs/DefaultApi.md#api_threads_thread_id_post) | **POST** /api/threads/{threadId} | Upsert thread\n*DefaultApi* | [**api_users_id_get**](docs/DefaultApi.md#api_users_id_get) | **GET** /api/users/{id} | Get user\n*DefaultApi* | [**api_vapi_webhook_post**](docs/DefaultApi.md#api_vapi_webhook_post) | **POST** /api/vapi/webhook | \n\n\n## Documentation For Models\n\n - [ApiCallMessagesSearchPost200ResponseInner](docs/ApiCallMessagesSearchPost200ResponseInner.md)\n - [ApiDemosCreateDemoInvitePostRequest](docs/ApiDemosCreateDemoInvitePostRequest.md)\n - [ApiFilesFileIdSignedUrlPost200Response](docs/ApiFilesFileIdSignedUrlPost200Response.md)\n - [ApiFilesFileIdSignedUrlPostRequest](docs/ApiFilesFileIdSignedUrlPostRequest.md)\n - [ApiFilesFileIdSignedUrlPostRequestAction](docs/ApiFilesFileIdSignedUrlPostRequestAction.md)\n - [ApiInviteCodeCodeResponsesResponseIdPut404Response](docs/ApiInviteCodeCodeResponsesResponseIdPut404Response.md)\n - [ApiInviteCodeCodeResponsesResponseIdStartPhoneCallPostRequest](docs/ApiInviteCodeCodeResponsesResponseIdStartPhoneCallPostRequest.md)\n - [ApiInviteCodeCodeResponsesResponseIdUpdateCallPutRequest](docs/ApiInviteCodeCodeResponsesResponseIdUpdateCallPutRequest.md)\n - [ApiInviteCodeCodeResponsesResponseIdUpdateCallPutRequestCall](docs/ApiInviteCodeCodeResponsesResponseIdUpdateCallPutRequestCall.md)\n - [ApiInviteCodeCodeStartGet302Response](docs/ApiInviteCodeCodeStartGet302Response.md)\n - [ApiInviteCodeCodeStartGet302ResponseProjectConfig](docs/ApiInviteCodeCodeStartGet302ResponseProjectConfig.md)\n - [ApiInvitesIdParticipantInvitesParticipantIdPutRequest](docs/ApiInvitesIdParticipantInvitesParticipantIdPutRequest.md)\n - [ApiInvitesIdParticipantInvitesPostRequest](docs/ApiInvitesIdParticipantInvitesPostRequest.md)\n - [ApiInvitesIdParticipantInvitesPostRequestParticipant](docs/ApiInvitesIdParticipantInvitesPostRequestParticipant.md)\n - [ApiInvitesIdPutRequest](docs/ApiInvitesIdPutRequest.md)\n - [ApiInvitesIdResponsesGet200Response](docs/ApiInvitesIdResponsesGet200Response.md)\n - [ApiInvitesIdResponsesPostRequest](docs/ApiInvitesIdResponsesPostRequest.md)\n - [ApiInvitesIdResponsesResponseIdPutRequest](docs/ApiInvitesIdResponsesResponseIdPutRequest.md)\n - [ApiInvitesPostRequest](docs/ApiInvitesPostRequest.md)\n - [ApiProjectsGet200Response](docs/ApiProjectsGet200Response.md)\n - [ApiProjectsPostRequest](docs/ApiProjectsPostRequest.md)\n - [ApiProjectsPostRequestThreadAssetsInner](docs/ApiProjectsPostRequestThreadAssetsInner.md)\n - [ApiProjectsProjectIdFilesFileIdPutRequest](docs/ApiProjectsProjectIdFilesFileIdPutRequest.md)\n - [ApiProjectsProjectIdFilesGet200Response](docs/ApiProjectsProjectIdFilesGet200Response.md)\n - [ApiProjectsProjectIdFilesPostRequest](docs/ApiProjectsProjectIdFilesPostRequest.md)\n - [ApiProjectsProjectIdPutRequest](docs/ApiProjectsProjectIdPutRequest.md)\n - [ApiProjectsProjectIdSearchTranscriptsPostRequest](docs/ApiProjectsProjectIdSearchTranscriptsPostRequest.md)\n - [ApiThreadsGet200Response](docs/ApiThreadsGet200Response.md)\n - [ApiThreadsThreadIdFilesGet200Response](docs/ApiThreadsThreadIdFilesGet200Response.md)\n - [ApiThreadsThreadIdPostRequest](docs/ApiThreadsThreadIdPostRequest.md)\n - [BadRequestErrorResponse](docs/BadRequestErrorResponse.md)\n - [Call](docs/Call.md)\n - [CallEvent](docs/CallEvent.md)\n - [CallKind](docs/CallKind.md)\n - [CallMetadata](docs/CallMetadata.md)\n - [CallStatus](docs/CallStatus.md)\n - [ChatCompletionTool](docs/ChatCompletionTool.md)\n - [ChatCompletionToolFunction](docs/ChatCompletionToolFunction.md)\n - [ChatMessage](docs/ChatMessage.md)\n - [ChatMessageKind](docs/ChatMessageKind.md)\n - [ChatMessageRole](docs/ChatMessageRole.md)\n - [ChatSession](docs/ChatSession.md)\n - [Citation](docs/Citation.md)\n - [CodeInvite](docs/CodeInvite.md)\n - [CodeInviteResponse](docs/CodeInviteResponse.md)\n - [ConversationMessage](docs/ConversationMessage.md)\n - [ConversationMessageTopic](docs/ConversationMessageTopic.md)\n - [File](docs/File.md)\n - [FileMimeType](docs/FileMimeType.md)\n - [ForbiddenErrorResponse](docs/ForbiddenErrorResponse.md)\n - [GetParticipantInvitesResponse](docs/GetParticipantInvitesResponse.md)\n - [GetProjectResponsesResponse](docs/GetProjectResponsesResponse.md)\n - [InboundCallResponse](docs/InboundCallResponse.md)\n - [InternalServerErrorResponse](docs/InternalServerErrorResponse.md)\n - [Invite](docs/Invite.md)\n - [InviteConfig](docs/InviteConfig.md)\n - [InviteResponse](docs/InviteResponse.md)\n - [InviteResponseData](docs/InviteResponseData.md)\n - [InviteResponseKind](docs/InviteResponseKind.md)\n - [InviteResponseStatus](docs/InviteResponseStatus.md)\n - [InviteResponseUpdateEvent](docs/InviteResponseUpdateEvent.md)\n - [InviteStatus](docs/InviteStatus.md)\n - [InviteWithAnalytics](docs/InviteWithAnalytics.md)\n - [Moderator](docs/Moderator.md)\n - [ModeratorVendor](docs/ModeratorVendor.md)\n - [ModeratorVisibility](docs/ModeratorVisibility.md)\n - [NotFoundErrorResponse](docs/NotFoundErrorResponse.md)\n - [OpenAiModelConfig](docs/OpenAiModelConfig.md)\n - [Org](docs/Org.md)\n - [Participant](docs/Participant.md)\n - [ParticipantCreate](docs/ParticipantCreate.md)\n - [ParticipantInvite](docs/ParticipantInvite.md)\n - [ParticipantInviteConfig](docs/ParticipantInviteConfig.md)\n - [ParticipantInviteData](docs/ParticipantInviteData.md)\n - [PhoneCallStartResponse](docs/PhoneCallStartResponse.md)\n - [Project](docs/Project.md)\n - [ProjectAnalysis](docs/ProjectAnalysis.md)\n - [ProjectAudience](docs/ProjectAudience.md)\n - [ProjectConfig](docs/ProjectConfig.md)\n - [ProjectConversationConfig](docs/ProjectConversationConfig.md)\n - [ProjectFile](docs/ProjectFile.md)\n - [ProjectFileCategory](docs/ProjectFileCategory.md)\n - [ProjectFileMetadata](docs/ProjectFileMetadata.md)\n - [ProjectFilePublic](docs/ProjectFilePublic.md)\n - [ProjectFilePublicFile](docs/ProjectFilePublicFile.md)\n - [ProjectPanelQualification](docs/ProjectPanelQualification.md)\n - [ProjectPanelRespondentAttribute](docs/ProjectPanelRespondentAttribute.md)\n - [ProjectPanelSettings](docs/ProjectPanelSettings.md)\n - [ProjectScreenerQuestionChooseOne](docs/ProjectScreenerQuestionChooseOne.md)\n - [ProjectScreenerQuestionChooseOnePublic](docs/ProjectScreenerQuestionChooseOnePublic.md)\n - [ProjectScreenerQuestionResponse](docs/ProjectScreenerQuestionResponse.md)\n - [ProjectStatus](docs/ProjectStatus.md)\n - [ProjectSummaryWithAnalytics](docs/ProjectSummaryWithAnalytics.md)\n - [ProjectTemplateSettings](docs/ProjectTemplateSettings.md)\n - [ProjectWithAnalytics](docs/ProjectWithAnalytics.md)\n - [RemainingResponsesResponse](docs/RemainingResponsesResponse.md)\n - [RepDataConfigLegacy](docs/RepDataConfigLegacy.md)\n - [RepDataProjectLegacy](docs/RepDataProjectLegacy.md)\n - [RepDataStudyLegacy](docs/RepDataStudyLegacy.md)\n - [RepDataStudyLegacyQualificationsInner](docs/RepDataStudyLegacyQualificationsInner.md)\n - [RepDataSurveyLegacy](docs/RepDataSurveyLegacy.md)\n - [RepDataSurveyLegacyProject](docs/RepDataSurveyLegacyProject.md)\n - [RepDataSurveyStatusLegacy](docs/RepDataSurveyStatusLegacy.md)\n - [RepdataQualification](docs/RepdataQualification.md)\n - [RepdataQualificationAllowedOptionIdsInner](docs/RepdataQualificationAllowedOptionIdsInner.md)\n - [RepdataRespondentAttribute](docs/RepdataRespondentAttribute.md)\n - [RepdataSurvey](docs/RepdataSurvey.md)\n - [RepdataSurveyAttributes](docs/RepdataSurveyAttributes.md)\n - [RepdataSurveyRedirects](docs/RepdataSurveyRedirects.md)\n - [ResponseCallCompletedEvent](docs/ResponseCallCompletedEvent.md)\n - [ResponseCallFailedEvent](docs/ResponseCallFailedEvent.md)\n - [ResponseConsentEvent](docs/ResponseConsentEvent.md)\n - [ResponseOptOutEvent](docs/ResponseOptOutEvent.md)\n - [ResponseProcessingCompletedEvent](docs/ResponseProcessingCompletedEvent.md)\n - [ResponseProcessingFailedEvent](docs/ResponseProcessingFailedEvent.md)\n - [ResponseRedirectEvent](docs/ResponseRedirectEvent.md)\n - [ResponseStartCallEvent](docs/ResponseStartCallEvent.md)\n - [ResponseSubmitEmailEvent](docs/ResponseSubmitEmailEvent.md)\n - [ResponseSubmitScreenerEvent](docs/ResponseSubmitScreenerEvent.md)\n - [SearchProjectTranscriptsResponse](docs/SearchProjectTranscriptsResponse.md)\n - [TemplateConceptTest](docs/TemplateConceptTest.md)\n - [TemplateCustom](docs/TemplateCustom.md)\n - [TemplateInterview](docs/TemplateInterview.md)\n - [Thread](docs/Thread.md)\n - [ThreadCreateProjectStatus](docs/ThreadCreateProjectStatus.md)\n - [ThreadFile](docs/ThreadFile.md)\n - [ThreadKind](docs/ThreadKind.md)\n - [ThreadMetadata](docs/ThreadMetadata.md)\n - [Transcript](docs/Transcript.md)\n - [TranscriptMessage](docs/TranscriptMessage.md)\n - [TranscriptMessagesInner](docs/TranscriptMessagesInner.md)\n - [TranscriptQuality](docs/TranscriptQuality.md)\n - [UnauthorizedErrorResponse](docs/UnauthorizedErrorResponse.md)\n - [User](docs/User.md)\n - [UserAccountStatus](docs/UserAccountStatus.md)\n - [UserData](docs/UserData.md)\n - [UserProvider](docs/UserProvider.md)\n - [VapiAssistantConfig](docs/VapiAssistantConfig.md)\n - [VapiVoiceId](docs/VapiVoiceId.md)\n - [VapiVoiceVapiProvider](docs/VapiVoiceVapiProvider.md)\n\n\n<a id=\"documentation-for-authorization\"></a>\n## Documentation For Authorization\n\n\nAuthentication schemes defined for the API:\n<a id=\"bearerAuth\"></a>\n### bearerAuth\n\n- **Type**: Bearer authentication (JWT)\n\n\n## Author\n\n\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Fastify Template API",
    "version": "0.0.1",
    "project_urls": {
        "Repository": "https://github.com/GIT_USER_ID/GIT_REPO_ID"
    },
    "split_keywords": [
        "openapi",
        " openapi-generator",
        " fastify template api"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "21c4fce47c9e0c417a0c97af0afc240375f68d2dae09cd35262c7941a47171e4",
                "md5": "a041fdf0c744fa20137c14c35d60de91",
                "sha256": "2b7f68275f98e24cfceafcfde935a56ee050e6cc254db1f392dbaab5f2d81c5f"
            },
            "downloads": -1,
            "filename": "keplar_panel_integration_api-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a041fdf0c744fa20137c14c35d60de91",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 239979,
            "upload_time": "2025-07-25T01:41:47",
            "upload_time_iso_8601": "2025-07-25T01:41:47.176106Z",
            "url": "https://files.pythonhosted.org/packages/21/c4/fce47c9e0c417a0c97af0afc240375f68d2dae09cd35262c7941a47171e4/keplar_panel_integration_api-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3d193d0c8fd6205018a93b1fc37b7186405adb7f85511016aa56a141b2b8e191",
                "md5": "550454a99fa806db87a268f1972ad8ab",
                "sha256": "4777ec24af3d4f301eeccbfa50b73c92bd3cf617387e857cdeb3072687aa346a"
            },
            "downloads": -1,
            "filename": "keplar_panel_integration_api-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "550454a99fa806db87a268f1972ad8ab",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 412236,
            "upload_time": "2025-07-25T01:41:48",
            "upload_time_iso_8601": "2025-07-25T01:41:48.833546Z",
            "url": "https://files.pythonhosted.org/packages/3d/19/3d0c8fd6205018a93b1fc37b7186405adb7f85511016aa56a141b2b8e191/keplar_panel_integration_api-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-25 01:41:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "GIT_USER_ID",
    "github_project": "GIT_REPO_ID",
    "github_not_found": true,
    "lcname": "keplar-panel-integration-api"
}
        
Elapsed time: 1.54640s