void |
ChunkGroupApi.addChunkToGroup(String trDataset,
UUID groupId,
AddChunkToGroupData addChunkToGroupData) |
Add Chunk to Group
Add Chunk to Group Route to add a chunk to a group.
|
okhttp3.Call |
ChunkGroupApi.addChunkToGroupAsync(String trDataset,
UUID groupId,
AddChunkToGroupData addChunkToGroupData,
ApiCallback<Void> _callback) |
Add Chunk to Group (asynchronously)
Add Chunk to Group Route to add a chunk to a group.
|
void |
ChunkGroupApi.addChunkToGroupByTrackingId(String trDataset,
String trackingId,
AddChunkToGroupData addChunkToGroupData) |
Add Chunk to Group by Tracking ID
Add Chunk to Group by Tracking ID Route to add a chunk to a group by tracking id.
|
okhttp3.Call |
ChunkGroupApi.addChunkToGroupByTrackingIdAsync(String trDataset,
String trackingId,
AddChunkToGroupData addChunkToGroupData,
ApiCallback<Void> _callback) |
Add Chunk to Group by Tracking ID (asynchronously)
Add Chunk to Group by Tracking ID Route to add a chunk to a group by tracking id.
|
okhttp3.Call |
ChunkGroupApi.addChunkToGroupByTrackingIdCall(String trDataset,
String trackingId,
AddChunkToGroupData addChunkToGroupData,
ApiCallback _callback) |
Build call for addChunkToGroupByTrackingId
|
ApiResponse<Void> |
ChunkGroupApi.addChunkToGroupByTrackingIdWithHttpInfo(@NotNull String trDataset,
@NotNull String trackingId,
@NotNull AddChunkToGroupData addChunkToGroupData) |
Add Chunk to Group by Tracking ID
Add Chunk to Group by Tracking ID Route to add a chunk to a group by tracking id.
|
okhttp3.Call |
ChunkGroupApi.addChunkToGroupCall(String trDataset,
UUID groupId,
AddChunkToGroupData addChunkToGroupData,
ApiCallback _callback) |
Build call for addChunkToGroup
|
ApiResponse<Void> |
ChunkGroupApi.addChunkToGroupWithHttpInfo(@NotNull String trDataset,
@NotNull UUID groupId,
@NotNull AddChunkToGroupData addChunkToGroupData) |
Add Chunk to Group
Add Chunk to Group Route to add a chunk to a group.
|
SlimUser |
AuthApi.callback() |
OpenID Connect callback
OpenID Connect callback This is the callback route for the OAuth provider, it should not be called directly.
|
okhttp3.Call |
AuthApi.callbackAsync(ApiCallback<SlimUser> _callback) |
OpenID Connect callback (asynchronously)
OpenID Connect callback This is the callback route for the OAuth provider, it should not be called directly.
|
okhttp3.Call |
AuthApi.callbackCall(ApiCallback _callback) |
Build call for callback
|
ApiResponse<SlimUser> |
AuthApi.callbackWithHttpInfo() |
OpenID Connect callback
OpenID Connect callback This is the callback route for the OAuth provider, it should not be called directly.
|
void |
StripeApi.cancelSubscription(String trOrganization,
UUID subscriptionId) |
Cancel Subscription
Cancel Subscription Cancel a subscription by its id
|
okhttp3.Call |
StripeApi.cancelSubscriptionAsync(String trOrganization,
UUID subscriptionId,
ApiCallback<Void> _callback) |
Cancel Subscription (asynchronously)
Cancel Subscription Cancel a subscription by its id
|
okhttp3.Call |
StripeApi.cancelSubscriptionCall(String trOrganization,
UUID subscriptionId,
ApiCallback _callback) |
Build call for cancelSubscription
|
ApiResponse<Void> |
StripeApi.cancelSubscriptionWithHttpInfo(@NotNull String trOrganization,
@NotNull UUID subscriptionId) |
Cancel Subscription
Cancel Subscription Cancel a subscription by its id
|
ReturnQueuedChunk |
ChunkApi.createChunk(String trDataset,
CreateChunkData createChunkData) |
Create or Upsert Chunk or Chunks
Create or Upsert Chunk or Chunks Create a new chunk.
|
okhttp3.Call |
ChunkApi.createChunkAsync(String trDataset,
CreateChunkData createChunkData,
ApiCallback<ReturnQueuedChunk> _callback) |
Create or Upsert Chunk or Chunks (asynchronously)
Create or Upsert Chunk or Chunks Create a new chunk.
|
okhttp3.Call |
ChunkApi.createChunkCall(String trDataset,
CreateChunkData createChunkData,
ApiCallback _callback) |
Build call for createChunk
|
ChunkGroup |
ChunkGroupApi.createChunkGroup(String trDataset,
CreateChunkGroupData createChunkGroupData) |
Create Chunk Group
Create Chunk Group Create a new chunk_group.
|
okhttp3.Call |
ChunkGroupApi.createChunkGroupAsync(String trDataset,
CreateChunkGroupData createChunkGroupData,
ApiCallback<ChunkGroup> _callback) |
Create Chunk Group (asynchronously)
Create Chunk Group Create a new chunk_group.
|
okhttp3.Call |
ChunkGroupApi.createChunkGroupCall(String trDataset,
CreateChunkGroupData createChunkGroupData,
ApiCallback _callback) |
Build call for createChunkGroup
|
ApiResponse<ChunkGroup> |
ChunkGroupApi.createChunkGroupWithHttpInfo(@NotNull String trDataset,
@NotNull CreateChunkGroupData createChunkGroupData) |
Create Chunk Group
Create Chunk Group Create a new chunk_group.
|
ApiResponse<ReturnQueuedChunk> |
ChunkApi.createChunkWithHttpInfo(@NotNull String trDataset,
@NotNull CreateChunkData createChunkData) |
Create or Upsert Chunk or Chunks
Create or Upsert Chunk or Chunks Create a new chunk.
|
Dataset |
DatasetApi.createDataset(String trOrganization,
CreateDatasetRequest createDatasetRequest) |
Create dataset
Create dataset Create a new dataset.
|
okhttp3.Call |
DatasetApi.createDatasetAsync(String trOrganization,
CreateDatasetRequest createDatasetRequest,
ApiCallback<Dataset> _callback) |
Create dataset (asynchronously)
Create dataset Create a new dataset.
|
okhttp3.Call |
DatasetApi.createDatasetCall(String trOrganization,
CreateDatasetRequest createDatasetRequest,
ApiCallback _callback) |
Build call for createDataset
|
ApiResponse<Dataset> |
DatasetApi.createDatasetWithHttpInfo(@NotNull String trOrganization,
@NotNull CreateDatasetRequest createDatasetRequest) |
Create dataset
Create dataset Create a new dataset.
|
String |
MessageApi.createMessageCompletionHandler(String trDataset,
CreateMessageData createMessageData) |
Create a message
Create a message Create a message.
|
okhttp3.Call |
MessageApi.createMessageCompletionHandlerAsync(String trDataset,
CreateMessageData createMessageData,
ApiCallback<String> _callback) |
Create a message (asynchronously)
Create a message Create a message.
|
okhttp3.Call |
MessageApi.createMessageCompletionHandlerCall(String trDataset,
CreateMessageData createMessageData,
ApiCallback _callback) |
Build call for createMessageCompletionHandler
|
ApiResponse<String> |
MessageApi.createMessageCompletionHandlerWithHttpInfo(@NotNull String trDataset,
@NotNull CreateMessageData createMessageData) |
Create a message
Create a message Create a message.
|
Organization |
OrganizationApi.createOrganization(CreateOrganizationData createOrganizationData) |
Create Organization
Create Organization Create a new organization.
|
okhttp3.Call |
OrganizationApi.createOrganizationAsync(CreateOrganizationData createOrganizationData,
ApiCallback<Organization> _callback) |
Create Organization (asynchronously)
Create Organization Create a new organization.
|
okhttp3.Call |
OrganizationApi.createOrganizationCall(CreateOrganizationData createOrganizationData,
ApiCallback _callback) |
Build call for createOrganization
|
ApiResponse<Organization> |
OrganizationApi.createOrganizationWithHttpInfo(@NotNull CreateOrganizationData createOrganizationData) |
Create Organization
Create Organization Create a new organization.
|
SuggestedQueriesResponse |
ChunkApi.createSuggestedQueriesHandler(String trDataset,
SuggestedQueriesRequest suggestedQueriesRequest) |
Generate suggested queries
Generate suggested queries This endpoint will generate 3 suggested queries based off the query provided in the request body and return them as a JSON object.
|
okhttp3.Call |
ChunkApi.createSuggestedQueriesHandlerAsync(String trDataset,
SuggestedQueriesRequest suggestedQueriesRequest,
ApiCallback<SuggestedQueriesResponse> _callback) |
Generate suggested queries (asynchronously)
Generate suggested queries This endpoint will generate 3 suggested queries based off the query provided in the request body and return them as a JSON object.
|
okhttp3.Call |
ChunkApi.createSuggestedQueriesHandlerCall(String trDataset,
SuggestedQueriesRequest suggestedQueriesRequest,
ApiCallback _callback) |
Build call for createSuggestedQueriesHandler
|
ApiResponse<SuggestedQueriesResponse> |
ChunkApi.createSuggestedQueriesHandlerWithHttpInfo(@NotNull String trDataset,
@NotNull SuggestedQueriesRequest suggestedQueriesRequest) |
Generate suggested queries
Generate suggested queries This endpoint will generate 3 suggested queries based off the query provided in the request body and return them as a JSON object.
|
Topic |
TopicApi.createTopic(String trDataset,
CreateTopicData createTopicData) |
Create Topic
Create Topic Create a new chat topic.
|
okhttp3.Call |
TopicApi.createTopicAsync(String trDataset,
CreateTopicData createTopicData,
ApiCallback<Topic> _callback) |
Create Topic (asynchronously)
Create Topic Create a new chat topic.
|
okhttp3.Call |
TopicApi.createTopicCall(String trDataset,
CreateTopicData createTopicData,
ApiCallback _callback) |
Build call for createTopic
|
ApiResponse<Topic> |
TopicApi.createTopicWithHttpInfo(@NotNull String trDataset,
@NotNull CreateTopicData createTopicData) |
Create Topic
Create Topic Create a new chat topic.
|
void |
ChunkApi.deleteChunk(String trDataset,
UUID chunkId) |
Delete Chunk
Delete Chunk Delete a chunk by its id.
|
okhttp3.Call |
ChunkApi.deleteChunkAsync(String trDataset,
UUID chunkId,
ApiCallback<Void> _callback) |
Delete Chunk (asynchronously)
Delete Chunk Delete a chunk by its id.
|
void |
ChunkApi.deleteChunkByTrackingId(String trDataset,
String trackingId) |
Delete Chunk By Tracking Id
Delete Chunk By Tracking Id Delete a chunk by tracking_id.
|
okhttp3.Call |
ChunkApi.deleteChunkByTrackingIdAsync(String trDataset,
String trackingId,
ApiCallback<Void> _callback) |
Delete Chunk By Tracking Id (asynchronously)
Delete Chunk By Tracking Id Delete a chunk by tracking_id.
|
okhttp3.Call |
ChunkApi.deleteChunkByTrackingIdCall(String trDataset,
String trackingId,
ApiCallback _callback) |
Build call for deleteChunkByTrackingId
|
ApiResponse<Void> |
ChunkApi.deleteChunkByTrackingIdWithHttpInfo(@NotNull String trDataset,
@NotNull String trackingId) |
Delete Chunk By Tracking Id
Delete Chunk By Tracking Id Delete a chunk by tracking_id.
|
okhttp3.Call |
ChunkApi.deleteChunkCall(String trDataset,
UUID chunkId,
ApiCallback _callback) |
Build call for deleteChunk
|
void |
ChunkGroupApi.deleteChunkGroup(String trDataset,
UUID groupId,
Boolean deleteChunks) |
Delete Group
Delete Group This will delete a chunk_group.
|
okhttp3.Call |
ChunkGroupApi.deleteChunkGroupAsync(String trDataset,
UUID groupId,
Boolean deleteChunks,
ApiCallback<Void> _callback) |
Delete Group (asynchronously)
Delete Group This will delete a chunk_group.
|
okhttp3.Call |
ChunkGroupApi.deleteChunkGroupCall(String trDataset,
UUID groupId,
Boolean deleteChunks,
ApiCallback _callback) |
Build call for deleteChunkGroup
|
ApiResponse<Void> |
ChunkGroupApi.deleteChunkGroupWithHttpInfo(@NotNull String trDataset,
@NotNull UUID groupId,
@NotNull Boolean deleteChunks) |
Delete Group
Delete Group This will delete a chunk_group.
|
ApiResponse<Void> |
ChunkApi.deleteChunkWithHttpInfo(@NotNull String trDataset,
@NotNull UUID chunkId) |
Delete Chunk
Delete Chunk Delete a chunk by its id.
|
void |
DatasetApi.deleteDataset(String trOrganization,
DeleteDatasetRequest deleteDatasetRequest) |
Delete Dataset
Delete Dataset Delete a dataset.
|
okhttp3.Call |
DatasetApi.deleteDatasetAsync(String trOrganization,
DeleteDatasetRequest deleteDatasetRequest,
ApiCallback<Void> _callback) |
Delete Dataset (asynchronously)
Delete Dataset Delete a dataset.
|
okhttp3.Call |
DatasetApi.deleteDatasetCall(String trOrganization,
DeleteDatasetRequest deleteDatasetRequest,
ApiCallback _callback) |
Build call for deleteDataset
|
ApiResponse<Void> |
DatasetApi.deleteDatasetWithHttpInfo(@NotNull String trOrganization,
@NotNull DeleteDatasetRequest deleteDatasetRequest) |
Delete Dataset
Delete Dataset Delete a dataset.
|
void |
FileApi.deleteFileHandler(String trDataset,
UUID fileId,
Boolean deleteChunks) |
Delete File
Delete File Delete a file from S3 attached to the server based on its id.
|
okhttp3.Call |
FileApi.deleteFileHandlerAsync(String trDataset,
UUID fileId,
Boolean deleteChunks,
ApiCallback<Void> _callback) |
Delete File (asynchronously)
Delete File Delete a file from S3 attached to the server based on its id.
|
okhttp3.Call |
FileApi.deleteFileHandlerCall(String trDataset,
UUID fileId,
Boolean deleteChunks,
ApiCallback _callback) |
Build call for deleteFileHandler
|
ApiResponse<Void> |
FileApi.deleteFileHandlerWithHttpInfo(@NotNull String trDataset,
@NotNull UUID fileId,
@NotNull Boolean deleteChunks) |
Delete File
Delete File Delete a file from S3 attached to the server based on its id.
|
void |
ChunkGroupApi.deleteGroupByTrackingId(String trDataset,
String trackingId) |
Delete Group by Tracking ID
Delete Group by Tracking ID Delete a chunk_group with the given tracking id.
|
okhttp3.Call |
ChunkGroupApi.deleteGroupByTrackingIdAsync(String trDataset,
String trackingId,
ApiCallback<Void> _callback) |
Delete Group by Tracking ID (asynchronously)
Delete Group by Tracking ID Delete a chunk_group with the given tracking id.
|
okhttp3.Call |
ChunkGroupApi.deleteGroupByTrackingIdCall(String trDataset,
String trackingId,
ApiCallback _callback) |
Build call for deleteGroupByTrackingId
|
ApiResponse<Void> |
ChunkGroupApi.deleteGroupByTrackingIdWithHttpInfo(@NotNull String trDataset,
@NotNull String trackingId) |
Delete Group by Tracking ID
Delete Group by Tracking ID Delete a chunk_group with the given tracking id.
|
Organization |
OrganizationApi.deleteOrganizationById(String trOrganization,
UUID organizationId) |
Delete Organization
Delete Organization Delete an organization by its id.
|
okhttp3.Call |
OrganizationApi.deleteOrganizationByIdAsync(String trOrganization,
UUID organizationId,
ApiCallback<Organization> _callback) |
Delete Organization (asynchronously)
Delete Organization Delete an organization by its id.
|
okhttp3.Call |
OrganizationApi.deleteOrganizationByIdCall(String trOrganization,
UUID organizationId,
ApiCallback _callback) |
Build call for deleteOrganizationById
|
ApiResponse<Organization> |
OrganizationApi.deleteOrganizationByIdWithHttpInfo(@NotNull String trOrganization,
@NotNull UUID organizationId) |
Delete Organization
Delete Organization Delete an organization by its id.
|
void |
TopicApi.deleteTopic(String trDataset,
DeleteTopicData deleteTopicData) |
Delete Topic
Delete Topic Delete an existing chat topic.
|
okhttp3.Call |
TopicApi.deleteTopicAsync(String trDataset,
DeleteTopicData deleteTopicData,
ApiCallback<Void> _callback) |
Delete Topic (asynchronously)
Delete Topic Delete an existing chat topic.
|
okhttp3.Call |
TopicApi.deleteTopicCall(String trDataset,
DeleteTopicData deleteTopicData,
ApiCallback _callback) |
Build call for deleteTopic
|
ApiResponse<Void> |
TopicApi.deleteTopicWithHttpInfo(@NotNull String trDataset,
@NotNull DeleteTopicData deleteTopicData) |
Delete Topic
Delete Topic Delete an existing chat topic.
|
List<ApiKeyDTO> |
UserApi.deleteUserApiKey(DeleteUserApiKeyRequest deleteUserApiKeyRequest) |
Delete User Api Key
Delete User Api Key Delete an api key for the auth'ed user.
|
okhttp3.Call |
UserApi.deleteUserApiKeyAsync(DeleteUserApiKeyRequest deleteUserApiKeyRequest,
ApiCallback<List<ApiKeyDTO>> _callback) |
Delete User Api Key (asynchronously)
Delete User Api Key Delete an api key for the auth'ed user.
|
okhttp3.Call |
UserApi.deleteUserApiKeyCall(DeleteUserApiKeyRequest deleteUserApiKeyRequest,
ApiCallback _callback) |
Build call for deleteUserApiKey
|
ApiResponse<List<ApiKeyDTO>> |
UserApi.deleteUserApiKeyWithHttpInfo(@NotNull DeleteUserApiKeyRequest deleteUserApiKeyRequest) |
Delete User Api Key
Delete User Api Key Delete an api key for the auth'ed user.
|
void |
StripeApi.directToPaymentLink(UUID planId,
UUID organizationId) |
Checkout
Checkout Get a direct link to the stripe checkout page for the plan and organization
|
okhttp3.Call |
StripeApi.directToPaymentLinkAsync(UUID planId,
UUID organizationId,
ApiCallback<Void> _callback) |
Checkout (asynchronously)
Checkout Get a direct link to the stripe checkout page for the plan and organization
|
okhttp3.Call |
StripeApi.directToPaymentLinkCall(UUID planId,
UUID organizationId,
ApiCallback _callback) |
Build call for directToPaymentLink
|
ApiResponse<Void> |
StripeApi.directToPaymentLinkWithHttpInfo(@NotNull UUID planId,
@NotNull UUID organizationId) |
Checkout
Checkout Get a direct link to the stripe checkout page for the plan and organization
|
void |
MessageApi.editMessageHandler(String trDataset,
EditMessageData editMessageData) |
Edit a message
Edit a message Edit a message which exists within the topic's chat history.
|
okhttp3.Call |
MessageApi.editMessageHandlerAsync(String trDataset,
EditMessageData editMessageData,
ApiCallback<Void> _callback) |
Edit a message (asynchronously)
Edit a message Edit a message which exists within the topic's chat history.
|
okhttp3.Call |
MessageApi.editMessageHandlerCall(String trDataset,
EditMessageData editMessageData,
ApiCallback _callback) |
Build call for editMessageHandler
|
ApiResponse<Void> |
MessageApi.editMessageHandlerWithHttpInfo(@NotNull String trDataset,
@NotNull EditMessageData editMessageData) |
Edit a message
Edit a message Edit a message which exists within the topic's chat history.
|
String |
ChunkApi.generateOffChunks(String trDataset,
GenerateChunksRequest generateChunksRequest) |
RAG on Specified Chunks
RAG on Specified Chunks This endpoint exists as an alternative to the topic+message concept where our API handles chat memory.
|
okhttp3.Call |
ChunkApi.generateOffChunksAsync(String trDataset,
GenerateChunksRequest generateChunksRequest,
ApiCallback<String> _callback) |
RAG on Specified Chunks (asynchronously)
RAG on Specified Chunks This endpoint exists as an alternative to the topic+message concept where our API handles chat memory.
|
okhttp3.Call |
ChunkApi.generateOffChunksCall(String trDataset,
GenerateChunksRequest generateChunksRequest,
ApiCallback _callback) |
Build call for generateOffChunks
|
ApiResponse<String> |
ChunkApi.generateOffChunksWithHttpInfo(@NotNull String trDataset,
@NotNull GenerateChunksRequest generateChunksRequest) |
RAG on Specified Chunks
RAG on Specified Chunks This endpoint exists as an alternative to the topic+message concept where our API handles chat memory.
|
List<StripePlan> |
StripeApi.getAllPlans() |
Get All Plans
Get All Plans Get a list of all plans
|
okhttp3.Call |
StripeApi.getAllPlansAsync(ApiCallback<List<StripePlan>> _callback) |
Get All Plans (asynchronously)
Get All Plans Get a list of all plans
|
okhttp3.Call |
StripeApi.getAllPlansCall(ApiCallback _callback) |
Build call for getAllPlans
|
ApiResponse<List<StripePlan>> |
StripeApi.getAllPlansWithHttpInfo() |
Get All Plans
Get All Plans Get a list of all plans
|
List<Message> |
MessageApi.getAllTopicMessages(String trDataset,
UUID messagesTopicId) |
Get all messages for a given topic
Get all messages for a given topic Get all messages for a given topic.
|
okhttp3.Call |
MessageApi.getAllTopicMessagesAsync(String trDataset,
UUID messagesTopicId,
ApiCallback<List<Message>> _callback) |
Get all messages for a given topic (asynchronously)
Get all messages for a given topic Get all messages for a given topic.
|
okhttp3.Call |
MessageApi.getAllTopicMessagesCall(String trDataset,
UUID messagesTopicId,
ApiCallback _callback) |
Build call for getAllTopicMessages
|
ApiResponse<List<Message>> |
MessageApi.getAllTopicMessagesWithHttpInfo(@NotNull String trDataset,
@NotNull UUID messagesTopicId) |
Get all messages for a given topic
Get all messages for a given topic Get all messages for a given topic.
|
List<Topic> |
TopicApi.getAllTopicsForUser(UUID userId,
String trDataset) |
Get All Topics for User
Get All Topics for User Get all topics belonging to a the auth'ed user.
|
okhttp3.Call |
TopicApi.getAllTopicsForUserAsync(UUID userId,
String trDataset,
ApiCallback<List<Topic>> _callback) |
Get All Topics for User (asynchronously)
Get All Topics for User Get all topics belonging to a the auth'ed user.
|
okhttp3.Call |
TopicApi.getAllTopicsForUserCall(UUID userId,
String trDataset,
ApiCallback _callback) |
Build call for getAllTopicsForUser
|
ApiResponse<List<Topic>> |
TopicApi.getAllTopicsForUserWithHttpInfo(@NotNull UUID userId,
@NotNull String trDataset) |
Get All Topics for User
Get All Topics for User Get all topics belonging to a the auth'ed user.
|
ChunkMetadata |
ChunkApi.getChunkById(String trDataset,
UUID chunkId) |
Get Chunk By Id
Get Chunk By Id Get a singular chunk by id.
|
okhttp3.Call |
ChunkApi.getChunkByIdAsync(String trDataset,
UUID chunkId,
ApiCallback<ChunkMetadata> _callback) |
Get Chunk By Id (asynchronously)
Get Chunk By Id Get a singular chunk by id.
|
okhttp3.Call |
ChunkApi.getChunkByIdCall(String trDataset,
UUID chunkId,
ApiCallback _callback) |
Build call for getChunkById
|
ApiResponse<ChunkMetadata> |
ChunkApi.getChunkByIdWithHttpInfo(@NotNull String trDataset,
@NotNull UUID chunkId) |
Get Chunk By Id
Get Chunk By Id Get a singular chunk by id.
|
ChunkMetadata |
ChunkApi.getChunkByTrackingId(String trDataset,
String trackingId) |
Get Chunk By Tracking Id
Get Chunk By Tracking Id Get a singular chunk by tracking_id.
|
okhttp3.Call |
ChunkApi.getChunkByTrackingIdAsync(String trDataset,
String trackingId,
ApiCallback<ChunkMetadata> _callback) |
Get Chunk By Tracking Id (asynchronously)
Get Chunk By Tracking Id Get a singular chunk by tracking_id.
|
okhttp3.Call |
ChunkApi.getChunkByTrackingIdCall(String trDataset,
String trackingId,
ApiCallback _callback) |
Build call for getChunkByTrackingId
|
ApiResponse<ChunkMetadata> |
ChunkApi.getChunkByTrackingIdWithHttpInfo(@NotNull String trDataset,
@NotNull String trackingId) |
Get Chunk By Tracking Id
Get Chunk By Tracking Id Get a singular chunk by tracking_id.
|
ChunkGroup |
ChunkGroupApi.getChunkGroup(String trDataset,
UUID groupId) |
Get Group
Get Group Fetch the group with the given id.
|
okhttp3.Call |
ChunkGroupApi.getChunkGroupAsync(String trDataset,
UUID groupId,
ApiCallback<ChunkGroup> _callback) |
Get Group (asynchronously)
Get Group Fetch the group with the given id.
|
okhttp3.Call |
ChunkGroupApi.getChunkGroupCall(String trDataset,
UUID groupId,
ApiCallback _callback) |
Build call for getChunkGroup
|
ApiResponse<ChunkGroup> |
ChunkGroupApi.getChunkGroupWithHttpInfo(@NotNull String trDataset,
@NotNull UUID groupId) |
Get Group
Get Group Fetch the group with the given id.
|
BookmarkData |
ChunkGroupApi.getChunksInGroup(String trDataset,
UUID groupId,
Long page) |
Get Chunks in Group
Get Chunks in Group Route to get all chunks for a group.
|
okhttp3.Call |
ChunkGroupApi.getChunksInGroupAsync(String trDataset,
UUID groupId,
Long page,
ApiCallback<BookmarkData> _callback) |
Get Chunks in Group (asynchronously)
Get Chunks in Group Route to get all chunks for a group.
|
BookmarkData |
ChunkGroupApi.getChunksInGroupByTrackingId(String trDataset,
String groupTrackingId,
Long page) |
Get Chunks in Group by Tracking ID
Get Chunks in Group by Tracking ID Route to get all chunks for a group.
|
okhttp3.Call |
ChunkGroupApi.getChunksInGroupByTrackingIdAsync(String trDataset,
String groupTrackingId,
Long page,
ApiCallback<BookmarkData> _callback) |
Get Chunks in Group by Tracking ID (asynchronously)
Get Chunks in Group by Tracking ID Route to get all chunks for a group.
|
okhttp3.Call |
ChunkGroupApi.getChunksInGroupByTrackingIdCall(String trDataset,
String groupTrackingId,
Long page,
ApiCallback _callback) |
Build call for getChunksInGroupByTrackingId
|
ApiResponse<BookmarkData> |
ChunkGroupApi.getChunksInGroupByTrackingIdWithHttpInfo(@NotNull String trDataset,
@NotNull String groupTrackingId,
@NotNull @Min(0L) Long page) |
Get Chunks in Group by Tracking ID
Get Chunks in Group by Tracking ID Route to get all chunks for a group.
|
okhttp3.Call |
ChunkGroupApi.getChunksInGroupCall(String trDataset,
UUID groupId,
Long page,
ApiCallback _callback) |
Build call for getChunksInGroup
|
ApiResponse<BookmarkData> |
ChunkGroupApi.getChunksInGroupWithHttpInfo(@NotNull String trDataset,
@NotNull UUID groupId,
@NotNull @Min(0L) Long page) |
Get Chunks in Group
Get Chunks in Group Route to get all chunks for a group.
|
ClientDatasetConfiguration |
DatasetApi.getClientDatasetConfig(String trDataset) |
Get Client Configuration
Get Client Configuration Get the client configuration for a dataset.
|
okhttp3.Call |
DatasetApi.getClientDatasetConfigAsync(String trDataset,
ApiCallback<ClientDatasetConfiguration> _callback) |
Get Client Configuration (asynchronously)
Get Client Configuration Get the client configuration for a dataset.
|
okhttp3.Call |
DatasetApi.getClientDatasetConfigCall(String trDataset,
ApiCallback _callback) |
Build call for getClientDatasetConfig
|
ApiResponse<ClientDatasetConfiguration> |
DatasetApi.getClientDatasetConfigWithHttpInfo(@NotNull String trDataset) |
Get Client Configuration
Get Client Configuration Get the client configuration for a dataset.
|
Dataset |
DatasetApi.getDataset(String trOrganization,
String trDataset,
UUID datasetId) |
Get Dataset
Get Dataset Get a dataset by id.
|
okhttp3.Call |
DatasetApi.getDatasetAsync(String trOrganization,
String trDataset,
UUID datasetId,
ApiCallback<Dataset> _callback) |
Get Dataset (asynchronously)
Get Dataset Get a dataset by id.
|
okhttp3.Call |
DatasetApi.getDatasetCall(String trOrganization,
String trDataset,
UUID datasetId,
ApiCallback _callback) |
Build call for getDataset
|
List<ModelFile> |
FileApi.getDatasetFilesHandler(String trDataset,
UUID datasetId,
Long page) |
Get Files for Dataset
Get Files for Dataset Get all files which belong to a given dataset specified by the dataset_id parameter.
|
okhttp3.Call |
FileApi.getDatasetFilesHandlerAsync(String trDataset,
UUID datasetId,
Long page,
ApiCallback<List<ModelFile>> _callback) |
Get Files for Dataset (asynchronously)
Get Files for Dataset Get all files which belong to a given dataset specified by the dataset_id parameter.
|
okhttp3.Call |
FileApi.getDatasetFilesHandlerCall(String trDataset,
UUID datasetId,
Long page,
ApiCallback _callback) |
Build call for getDatasetFilesHandler
|
ApiResponse<List<ModelFile>> |
FileApi.getDatasetFilesHandlerWithHttpInfo(@NotNull String trDataset,
@NotNull UUID datasetId,
@NotNull @Min(0L) Long page) |
Get Files for Dataset
Get Files for Dataset Get all files which belong to a given dataset specified by the dataset_id parameter.
|
List<DatasetAndUsage> |
DatasetApi.getDatasetsFromOrganization(String trOrganization,
UUID organizationId) |
Get Datasets from Organization
Get Datasets from Organization Get all datasets for an organization.
|
okhttp3.Call |
DatasetApi.getDatasetsFromOrganizationAsync(String trOrganization,
UUID organizationId,
ApiCallback<List<DatasetAndUsage>> _callback) |
Get Datasets from Organization (asynchronously)
Get Datasets from Organization Get all datasets for an organization.
|
okhttp3.Call |
DatasetApi.getDatasetsFromOrganizationCall(String trOrganization,
UUID organizationId,
ApiCallback _callback) |
Build call for getDatasetsFromOrganization
|
ApiResponse<List<DatasetAndUsage>> |
DatasetApi.getDatasetsFromOrganizationWithHttpInfo(@NotNull String trOrganization,
@NotNull UUID organizationId) |
Get Datasets from Organization
Get Datasets from Organization Get all datasets for an organization.
|
ApiResponse<Dataset> |
DatasetApi.getDatasetWithHttpInfo(@NotNull String trOrganization,
@NotNull String trDataset,
@NotNull UUID datasetId) |
Get Dataset
Get Dataset Get a dataset by id.
|
EventReturn |
EventsApi.getEvents(String trDataset,
GetEventsData getEventsData) |
Get events for the dataset
Get events for the dataset Get events for the auth'ed user.
|
okhttp3.Call |
EventsApi.getEventsAsync(String trDataset,
GetEventsData getEventsData,
ApiCallback<EventReturn> _callback) |
Get events for the dataset (asynchronously)
Get events for the dataset Get events for the auth'ed user.
|
okhttp3.Call |
EventsApi.getEventsCall(String trDataset,
GetEventsData getEventsData,
ApiCallback _callback) |
Build call for getEvents
|
ApiResponse<EventReturn> |
EventsApi.getEventsWithHttpInfo(@NotNull String trDataset,
@NotNull GetEventsData getEventsData) |
Get events for the dataset
Get events for the dataset Get events for the auth'ed user.
|
FileDTO |
FileApi.getFileHandler(String trDataset,
UUID fileId) |
Get File
Get File Download a file from S3 attached to the server based on its id.
|
okhttp3.Call |
FileApi.getFileHandlerAsync(String trDataset,
UUID fileId,
ApiCallback<FileDTO> _callback) |
Get File (asynchronously)
Get File Download a file from S3 attached to the server based on its id.
|
okhttp3.Call |
FileApi.getFileHandlerCall(String trDataset,
UUID fileId,
ApiCallback _callback) |
Build call for getFileHandler
|
ApiResponse<FileDTO> |
FileApi.getFileHandlerWithHttpInfo(@NotNull String trDataset,
@NotNull UUID fileId) |
Get File
Get File Download a file from S3 attached to the server based on its id.
|
ChunkGroup |
ChunkGroupApi.getGroupByTrackingId(String trDataset,
String trackingId) |
Get Group by Tracking ID
Get Group by Tracking ID Fetch the group with the given tracking id.
|
okhttp3.Call |
ChunkGroupApi.getGroupByTrackingIdAsync(String trDataset,
String trackingId,
ApiCallback<ChunkGroup> _callback) |
Get Group by Tracking ID (asynchronously)
Get Group by Tracking ID Fetch the group with the given tracking id.
|
okhttp3.Call |
ChunkGroupApi.getGroupByTrackingIdCall(String trDataset,
String trackingId,
ApiCallback _callback) |
Build call for getGroupByTrackingId
|
ApiResponse<ChunkGroup> |
ChunkGroupApi.getGroupByTrackingIdWithHttpInfo(@NotNull String trDataset,
@NotNull String trackingId) |
Get Group by Tracking ID
Get Group by Tracking ID Fetch the group with the given tracking id.
|
List<BookmarkGroupResult> |
ChunkGroupApi.getGroupsChunkIsIn(String trDataset,
GetGroupsForChunksData getGroupsForChunksData) |
Get Groups for Chunks
Get Groups for Chunks Route to get the groups that a chunk is in.
|
okhttp3.Call |
ChunkGroupApi.getGroupsChunkIsInAsync(String trDataset,
GetGroupsForChunksData getGroupsForChunksData,
ApiCallback<List<BookmarkGroupResult>> _callback) |
Get Groups for Chunks (asynchronously)
Get Groups for Chunks Route to get the groups that a chunk is in.
|
okhttp3.Call |
ChunkGroupApi.getGroupsChunkIsInCall(String trDataset,
GetGroupsForChunksData getGroupsForChunksData,
ApiCallback _callback) |
Build call for getGroupsChunkIsIn
|
ApiResponse<List<BookmarkGroupResult>> |
ChunkGroupApi.getGroupsChunkIsInWithHttpInfo(@NotNull String trDataset,
@NotNull GetGroupsForChunksData getGroupsForChunksData) |
Get Groups for Chunks
Get Groups for Chunks Route to get the groups that a chunk is in.
|
SlimUser |
AuthApi.getMe() |
Get Me
Get Me Get the user corresponding to your current auth credentials.
|
okhttp3.Call |
AuthApi.getMeAsync(ApiCallback<SlimUser> _callback) |
Get Me (asynchronously)
Get Me Get the user corresponding to your current auth credentials.
|
okhttp3.Call |
AuthApi.getMeCall(ApiCallback _callback) |
Build call for getMe
|
ApiResponse<SlimUser> |
AuthApi.getMeWithHttpInfo() |
Get Me
Get Me Get the user corresponding to your current auth credentials.
|
Organization |
OrganizationApi.getOrganizationById(String trOrganization,
UUID organizationId) |
Get Organization
Get Organization Fetch the details of an organization by its id.
|
okhttp3.Call |
OrganizationApi.getOrganizationByIdAsync(String trOrganization,
UUID organizationId,
ApiCallback<Organization> _callback) |
Get Organization (asynchronously)
Get Organization Fetch the details of an organization by its id.
|
okhttp3.Call |
OrganizationApi.getOrganizationByIdCall(String trOrganization,
UUID organizationId,
ApiCallback _callback) |
Build call for getOrganizationById
|
ApiResponse<Organization> |
OrganizationApi.getOrganizationByIdWithHttpInfo(@NotNull String trOrganization,
@NotNull UUID organizationId) |
Get Organization
Get Organization Fetch the details of an organization by its id.
|
OrganizationUsageCount |
OrganizationApi.getOrganizationUsage(String trOrganization,
UUID organizationId) |
Get Organization Usage
Get Organization Usage Fetch the current usage specification of an organization by its id.
|
okhttp3.Call |
OrganizationApi.getOrganizationUsageAsync(String trOrganization,
UUID organizationId,
ApiCallback<OrganizationUsageCount> _callback) |
Get Organization Usage (asynchronously)
Get Organization Usage Fetch the current usage specification of an organization by its id.
|
okhttp3.Call |
OrganizationApi.getOrganizationUsageCall(String trOrganization,
UUID organizationId,
ApiCallback _callback) |
Build call for getOrganizationUsage
|
ApiResponse<OrganizationUsageCount> |
OrganizationApi.getOrganizationUsageWithHttpInfo(@NotNull String trOrganization,
@NotNull UUID organizationId) |
Get Organization Usage
Get Organization Usage Fetch the current usage specification of an organization by its id.
|
List<SlimUser> |
OrganizationApi.getOrganizationUsers(String trOrganization,
UUID organizationId) |
Get Organization Users
Get Organization Users Fetch the users of an organization by its id.
|
okhttp3.Call |
OrganizationApi.getOrganizationUsersAsync(String trOrganization,
UUID organizationId,
ApiCallback<List<SlimUser>> _callback) |
Get Organization Users (asynchronously)
Get Organization Users Fetch the users of an organization by its id.
|
okhttp3.Call |
OrganizationApi.getOrganizationUsersCall(String trOrganization,
UUID organizationId,
ApiCallback _callback) |
Build call for getOrganizationUsers
|
ApiResponse<List<SlimUser>> |
OrganizationApi.getOrganizationUsersWithHttpInfo(@NotNull String trOrganization,
@NotNull UUID organizationId) |
Get Organization Users
Get Organization Users Fetch the users of an organization by its id.
|
List<ChunkMetadataWithFileData> |
ChunkApi.getRecommendedChunks(String trDataset,
RecommendChunksRequest recommendChunksRequest) |
Get Recommended Chunks
Get Recommended Chunks Get recommendations of chunks similar to the chunks in the request.
|
okhttp3.Call |
ChunkApi.getRecommendedChunksAsync(String trDataset,
RecommendChunksRequest recommendChunksRequest,
ApiCallback<List<ChunkMetadataWithFileData>> _callback) |
Get Recommended Chunks (asynchronously)
Get Recommended Chunks Get recommendations of chunks similar to the chunks in the request.
|
okhttp3.Call |
ChunkApi.getRecommendedChunksCall(String trDataset,
RecommendChunksRequest recommendChunksRequest,
ApiCallback _callback) |
Build call for getRecommendedChunks
|
ApiResponse<List<ChunkMetadataWithFileData>> |
ChunkApi.getRecommendedChunksWithHttpInfo(@NotNull String trDataset,
@NotNull RecommendChunksRequest recommendChunksRequest) |
Get Recommended Chunks
Get Recommended Chunks Get recommendations of chunks similar to the chunks in the request.
|
List<GroupScoreChunkDTO> |
ChunkGroupApi.getRecommendedGroups(String trDataset,
ReccomendGroupChunksRequest reccomendGroupChunksRequest) |
Get Recommended Groups
Get Recommended Groups Route to get recommended groups.
|
okhttp3.Call |
ChunkGroupApi.getRecommendedGroupsAsync(String trDataset,
ReccomendGroupChunksRequest reccomendGroupChunksRequest,
ApiCallback<List<GroupScoreChunkDTO>> _callback) |
Get Recommended Groups (asynchronously)
Get Recommended Groups Route to get recommended groups.
|
okhttp3.Call |
ChunkGroupApi.getRecommendedGroupsCall(String trDataset,
ReccomendGroupChunksRequest reccomendGroupChunksRequest,
ApiCallback _callback) |
Build call for getRecommendedGroups
|
ApiResponse<List<GroupScoreChunkDTO>> |
ChunkGroupApi.getRecommendedGroupsWithHttpInfo(@NotNull String trDataset,
@NotNull ReccomendGroupChunksRequest reccomendGroupChunksRequest) |
Get Recommended Groups
Get Recommended Groups Route to get recommended groups.
|
GroupData |
ChunkGroupApi.getSpecificDatasetChunkGroups(String trDataset,
UUID datasetId,
Long page) |
Get Groups for Dataset
Get Groups for Dataset Fetch the groups which belong to a dataset specified by its id.
|
okhttp3.Call |
ChunkGroupApi.getSpecificDatasetChunkGroupsAsync(String trDataset,
UUID datasetId,
Long page,
ApiCallback<GroupData> _callback) |
Get Groups for Dataset (asynchronously)
Get Groups for Dataset Fetch the groups which belong to a dataset specified by its id.
|
okhttp3.Call |
ChunkGroupApi.getSpecificDatasetChunkGroupsCall(String trDataset,
UUID datasetId,
Long page,
ApiCallback _callback) |
Build call for getSpecificDatasetChunkGroups
|
ApiResponse<GroupData> |
ChunkGroupApi.getSpecificDatasetChunkGroupsWithHttpInfo(@NotNull String trDataset,
@NotNull UUID datasetId,
@NotNull Long page) |
Get Groups for Dataset
Get Groups for Dataset Fetch the groups which belong to a dataset specified by its id.
|
void |
HealthApi.healthCheck() |
Health Check
Health Check Confirmation that the service is healthy and can make embedding vectors
|
okhttp3.Call |
HealthApi.healthCheckAsync(ApiCallback<Void> _callback) |
Health Check (asynchronously)
Health Check Confirmation that the service is healthy and can make embedding vectors
|
okhttp3.Call |
HealthApi.healthCheckCall(ApiCallback _callback) |
Build call for healthCheck
|
ApiResponse<Void> |
HealthApi.healthCheckWithHttpInfo() |
Health Check
Health Check Confirmation that the service is healthy and can make embedding vectors
|
void |
AuthApi.login(AuthQuery content) |
Login
Login This will redirect you to the OAuth provider for authentication with email/pass, SSO, Google, Github, etc.
|
okhttp3.Call |
AuthApi.loginAsync(AuthQuery content,
ApiCallback<Void> _callback) |
Login (asynchronously)
Login This will redirect you to the OAuth provider for authentication with email/pass, SSO, Google, Github, etc.
|
okhttp3.Call |
AuthApi.loginCall(AuthQuery content,
ApiCallback _callback) |
Build call for login
|
ApiResponse<Void> |
AuthApi.loginWithHttpInfo(@NotNull AuthQuery content) |
Login
Login This will redirect you to the OAuth provider for authentication with email/pass, SSO, Google, Github, etc.
|
void |
AuthApi.logout() |
Logout
Logout Invalidate your current auth credential stored typically stored in a cookie.
|
okhttp3.Call |
AuthApi.logoutAsync(ApiCallback<Void> _callback) |
Logout (asynchronously)
Logout Invalidate your current auth credential stored typically stored in a cookie.
|
okhttp3.Call |
AuthApi.logoutCall(ApiCallback _callback) |
Build call for logout
|
ApiResponse<Void> |
AuthApi.logoutWithHttpInfo() |
Logout
Logout Invalidate your current auth credential stored typically stored in a cookie.
|
void |
InvitationApi.postInvitation(String trOrganization,
InvitationData invitationData) |
Send Invitation
Send Invitation Invitations act as a way to invite users to join an organization.
|
okhttp3.Call |
InvitationApi.postInvitationAsync(String trOrganization,
InvitationData invitationData,
ApiCallback<Void> _callback) |
Send Invitation (asynchronously)
Send Invitation Invitations act as a way to invite users to join an organization.
|
okhttp3.Call |
InvitationApi.postInvitationCall(String trOrganization,
InvitationData invitationData,
ApiCallback _callback) |
Build call for postInvitation
|
ApiResponse<Void> |
InvitationApi.postInvitationWithHttpInfo(@NotNull String trOrganization,
@NotNull InvitationData invitationData) |
Send Invitation
Send Invitation Invitations act as a way to invite users to join an organization.
|
String |
MessageApi.regenerateMessageHandler(String trDataset,
RegenerateMessageData regenerateMessageData) |
Regenerate message
Regenerate message Regenerate the assistant response to the last user message of a topic.
|
okhttp3.Call |
MessageApi.regenerateMessageHandlerAsync(String trDataset,
RegenerateMessageData regenerateMessageData,
ApiCallback<String> _callback) |
Regenerate message (asynchronously)
Regenerate message Regenerate the assistant response to the last user message of a topic.
|
okhttp3.Call |
MessageApi.regenerateMessageHandlerCall(String trDataset,
RegenerateMessageData regenerateMessageData,
ApiCallback _callback) |
Build call for regenerateMessageHandler
|
ApiResponse<String> |
MessageApi.regenerateMessageHandlerWithHttpInfo(@NotNull String trDataset,
@NotNull RegenerateMessageData regenerateMessageData) |
Regenerate message
Regenerate message Regenerate the assistant response to the last user message of a topic.
|
void |
ChunkGroupApi.removeChunkFromGroup(String trDataset,
UUID groupId,
CreateChunkGroupData createChunkGroupData) |
Remove Chunk from Group
Remove Chunk from Group Route to remove a chunk from a group.
|
okhttp3.Call |
ChunkGroupApi.removeChunkFromGroupAsync(String trDataset,
UUID groupId,
CreateChunkGroupData createChunkGroupData,
ApiCallback<Void> _callback) |
Remove Chunk from Group (asynchronously)
Remove Chunk from Group Route to remove a chunk from a group.
|
okhttp3.Call |
ChunkGroupApi.removeChunkFromGroupCall(String trDataset,
UUID groupId,
CreateChunkGroupData createChunkGroupData,
ApiCallback _callback) |
Build call for removeChunkFromGroup
|
ApiResponse<Void> |
ChunkGroupApi.removeChunkFromGroupWithHttpInfo(@NotNull String trDataset,
@NotNull UUID groupId,
@NotNull CreateChunkGroupData createChunkGroupData) |
Remove Chunk from Group
Remove Chunk from Group Route to remove a chunk from a group.
|
SearchChunkQueryResponseBody |
ChunkApi.searchChunk(String trDataset,
SearchChunkData searchChunkData) |
Search
Search This route provides the primary search functionality for the API.
|
okhttp3.Call |
ChunkApi.searchChunkAsync(String trDataset,
SearchChunkData searchChunkData,
ApiCallback<SearchChunkQueryResponseBody> _callback) |
Search (asynchronously)
Search This route provides the primary search functionality for the API.
|
okhttp3.Call |
ChunkApi.searchChunkCall(String trDataset,
SearchChunkData searchChunkData,
ApiCallback _callback) |
Build call for searchChunk
|
ApiResponse<SearchChunkQueryResponseBody> |
ChunkApi.searchChunkWithHttpInfo(@NotNull String trDataset,
@NotNull SearchChunkData searchChunkData) |
Search
Search This route provides the primary search functionality for the API.
|
SearchOverGroupsResponseBody |
ChunkGroupApi.searchOverGroups(SearchOverGroupsData searchOverGroupsData) |
Search Over Groups
Search Over Groups This route allows you to get groups as results instead of chunks.
|
okhttp3.Call |
ChunkGroupApi.searchOverGroupsAsync(SearchOverGroupsData searchOverGroupsData,
ApiCallback<SearchOverGroupsResponseBody> _callback) |
Search Over Groups (asynchronously)
Search Over Groups This route allows you to get groups as results instead of chunks.
|
okhttp3.Call |
ChunkGroupApi.searchOverGroupsCall(SearchOverGroupsData searchOverGroupsData,
ApiCallback _callback) |
Build call for searchOverGroups
|
ApiResponse<SearchOverGroupsResponseBody> |
ChunkGroupApi.searchOverGroupsWithHttpInfo(@NotNull SearchOverGroupsData searchOverGroupsData) |
Search Over Groups
Search Over Groups This route allows you to get groups as results instead of chunks.
|
SearchGroupsResult |
ChunkGroupApi.searchWithinGroup(String trDataset,
SearchWithinGroupData searchWithinGroupData) |
Search Within Group
Search Within Group This route allows you to search only within a group.
|
okhttp3.Call |
ChunkGroupApi.searchWithinGroupAsync(String trDataset,
SearchWithinGroupData searchWithinGroupData,
ApiCallback<SearchGroupsResult> _callback) |
Search Within Group (asynchronously)
Search Within Group This route allows you to search only within a group.
|
okhttp3.Call |
ChunkGroupApi.searchWithinGroupCall(String trDataset,
SearchWithinGroupData searchWithinGroupData,
ApiCallback _callback) |
Build call for searchWithinGroup
|
ApiResponse<SearchGroupsResult> |
ChunkGroupApi.searchWithinGroupWithHttpInfo(@NotNull String trDataset,
@NotNull SearchWithinGroupData searchWithinGroupData) |
Search Within Group
Search Within Group This route allows you to search only within a group.
|
SetUserApiKeyResponse |
UserApi.setUserApiKey(SetUserApiKeyRequest setUserApiKeyRequest) |
Set User Api Key
Set User Api Key Create a new api key for the auth'ed user.
|
okhttp3.Call |
UserApi.setUserApiKeyAsync(SetUserApiKeyRequest setUserApiKeyRequest,
ApiCallback<SetUserApiKeyResponse> _callback) |
Set User Api Key (asynchronously)
Set User Api Key Create a new api key for the auth'ed user.
|
okhttp3.Call |
UserApi.setUserApiKeyCall(SetUserApiKeyRequest setUserApiKeyRequest,
ApiCallback _callback) |
Build call for setUserApiKey
|
ApiResponse<SetUserApiKeyResponse> |
UserApi.setUserApiKeyWithHttpInfo(@NotNull SetUserApiKeyRequest setUserApiKeyRequest) |
Set User Api Key
Set User Api Key Create a new api key for the auth'ed user.
|
void |
ChunkApi.updateChunk(String trDataset,
UpdateChunkData updateChunkData) |
Update Chunk
Update Chunk Update a chunk.
|
okhttp3.Call |
ChunkApi.updateChunkAsync(String trDataset,
UpdateChunkData updateChunkData,
ApiCallback<Void> _callback) |
Update Chunk (asynchronously)
Update Chunk Update a chunk.
|
void |
ChunkApi.updateChunkByTrackingId(String trDataset,
UpdateChunkByTrackingIdData updateChunkByTrackingIdData) |
Update Chunk By Tracking Id
Update Chunk By Tracking Id Update a chunk by tracking_id.
|
okhttp3.Call |
ChunkApi.updateChunkByTrackingIdAsync(String trDataset,
UpdateChunkByTrackingIdData updateChunkByTrackingIdData,
ApiCallback<Void> _callback) |
Update Chunk By Tracking Id (asynchronously)
Update Chunk By Tracking Id Update a chunk by tracking_id.
|
okhttp3.Call |
ChunkApi.updateChunkByTrackingIdCall(String trDataset,
UpdateChunkByTrackingIdData updateChunkByTrackingIdData,
ApiCallback _callback) |
Build call for updateChunkByTrackingId
|
ApiResponse<Void> |
ChunkApi.updateChunkByTrackingIdWithHttpInfo(@NotNull String trDataset,
@NotNull UpdateChunkByTrackingIdData updateChunkByTrackingIdData) |
Update Chunk By Tracking Id
Update Chunk By Tracking Id Update a chunk by tracking_id.
|
okhttp3.Call |
ChunkApi.updateChunkCall(String trDataset,
UpdateChunkData updateChunkData,
ApiCallback _callback) |
Build call for updateChunk
|
void |
ChunkGroupApi.updateChunkGroup(String trDataset,
UpdateChunkGroupData updateChunkGroupData) |
Update Group
Update Group Update a chunk_group.
|
okhttp3.Call |
ChunkGroupApi.updateChunkGroupAsync(String trDataset,
UpdateChunkGroupData updateChunkGroupData,
ApiCallback<Void> _callback) |
Update Group (asynchronously)
Update Group Update a chunk_group.
|
okhttp3.Call |
ChunkGroupApi.updateChunkGroupCall(String trDataset,
UpdateChunkGroupData updateChunkGroupData,
ApiCallback _callback) |
Build call for updateChunkGroup
|
ApiResponse<Void> |
ChunkGroupApi.updateChunkGroupWithHttpInfo(@NotNull String trDataset,
@NotNull UpdateChunkGroupData updateChunkGroupData) |
Update Group
Update Group Update a chunk_group.
|
ApiResponse<Void> |
ChunkApi.updateChunkWithHttpInfo(@NotNull String trDataset,
@NotNull UpdateChunkData updateChunkData) |
Update Chunk
Update Chunk Update a chunk.
|
Dataset |
DatasetApi.updateDataset(String trOrganization,
UpdateDatasetRequest updateDatasetRequest) |
Update Dataset
Update Dataset Update a dataset.
|
okhttp3.Call |
DatasetApi.updateDatasetAsync(String trOrganization,
UpdateDatasetRequest updateDatasetRequest,
ApiCallback<Dataset> _callback) |
Update Dataset (asynchronously)
Update Dataset Update a dataset.
|
okhttp3.Call |
DatasetApi.updateDatasetCall(String trOrganization,
UpdateDatasetRequest updateDatasetRequest,
ApiCallback _callback) |
Build call for updateDataset
|
ApiResponse<Dataset> |
DatasetApi.updateDatasetWithHttpInfo(@NotNull String trOrganization,
@NotNull UpdateDatasetRequest updateDatasetRequest) |
Update Dataset
Update Dataset Update a dataset.
|
void |
ChunkGroupApi.updateGroupByTrackingId(String trDataset,
UUID trackingId,
UpdateGroupByTrackingIDData updateGroupByTrackingIDData) |
Update Group by Tracking ID
Update Group by Tracking ID Update a chunk_group with the given tracking id.
|
okhttp3.Call |
ChunkGroupApi.updateGroupByTrackingIdAsync(String trDataset,
UUID trackingId,
UpdateGroupByTrackingIDData updateGroupByTrackingIDData,
ApiCallback<Void> _callback) |
Update Group by Tracking ID (asynchronously)
Update Group by Tracking ID Update a chunk_group with the given tracking id.
|
okhttp3.Call |
ChunkGroupApi.updateGroupByTrackingIdCall(String trDataset,
UUID trackingId,
UpdateGroupByTrackingIDData updateGroupByTrackingIDData,
ApiCallback _callback) |
Build call for updateGroupByTrackingId
|
ApiResponse<Void> |
ChunkGroupApi.updateGroupByTrackingIdWithHttpInfo(@NotNull String trDataset,
@NotNull UUID trackingId,
@NotNull UpdateGroupByTrackingIDData updateGroupByTrackingIDData) |
Update Group by Tracking ID
Update Group by Tracking ID Update a chunk_group with the given tracking id.
|
Organization |
OrganizationApi.updateOrganization(String trOrganization,
UpdateOrganizationData updateOrganizationData) |
Update Organization
Update Organization Update an organization.
|
okhttp3.Call |
OrganizationApi.updateOrganizationAsync(String trOrganization,
UpdateOrganizationData updateOrganizationData,
ApiCallback<Organization> _callback) |
Update Organization (asynchronously)
Update Organization Update an organization.
|
okhttp3.Call |
OrganizationApi.updateOrganizationCall(String trOrganization,
UpdateOrganizationData updateOrganizationData,
ApiCallback _callback) |
Build call for updateOrganization
|
ApiResponse<Organization> |
OrganizationApi.updateOrganizationWithHttpInfo(@NotNull String trOrganization,
@NotNull UpdateOrganizationData updateOrganizationData) |
Update Organization
Update Organization Update an organization.
|
void |
StripeApi.updateSubscriptionPlan(String trOrganization,
UUID subscriptionId,
UUID planId) |
Update Subscription Plan
Update Subscription Plan Update a subscription to a new plan
|
okhttp3.Call |
StripeApi.updateSubscriptionPlanAsync(String trOrganization,
UUID subscriptionId,
UUID planId,
ApiCallback<Void> _callback) |
Update Subscription Plan (asynchronously)
Update Subscription Plan Update a subscription to a new plan
|
okhttp3.Call |
StripeApi.updateSubscriptionPlanCall(String trOrganization,
UUID subscriptionId,
UUID planId,
ApiCallback _callback) |
Build call for updateSubscriptionPlan
|
ApiResponse<Void> |
StripeApi.updateSubscriptionPlanWithHttpInfo(@NotNull String trOrganization,
@NotNull UUID subscriptionId,
@NotNull UUID planId) |
Update Subscription Plan
Update Subscription Plan Update a subscription to a new plan
|
void |
TopicApi.updateTopic(String trDataset,
UpdateTopicData updateTopicData) |
Update Topic
Update Topic Update an existing chat topic.
|
okhttp3.Call |
TopicApi.updateTopicAsync(String trDataset,
UpdateTopicData updateTopicData,
ApiCallback<Void> _callback) |
Update Topic (asynchronously)
Update Topic Update an existing chat topic.
|
okhttp3.Call |
TopicApi.updateTopicCall(String trDataset,
UpdateTopicData updateTopicData,
ApiCallback _callback) |
Build call for updateTopic
|
ApiResponse<Void> |
TopicApi.updateTopicWithHttpInfo(@NotNull String trDataset,
@NotNull UpdateTopicData updateTopicData) |
Update Topic
Update Topic Update an existing chat topic.
|
SlimUser |
UserApi.updateUser(UpdateUserData updateUserData) |
Update User
Update User Update a user's information.
|
okhttp3.Call |
UserApi.updateUserAsync(UpdateUserData updateUserData,
ApiCallback<SlimUser> _callback) |
Update User (asynchronously)
Update User Update a user's information.
|
okhttp3.Call |
UserApi.updateUserCall(UpdateUserData updateUserData,
ApiCallback _callback) |
Build call for updateUser
|
ApiResponse<SlimUser> |
UserApi.updateUserWithHttpInfo(@NotNull UpdateUserData updateUserData) |
Update User
Update User Update a user's information.
|
UploadFileResult |
FileApi.uploadFileHandler(String trDataset,
UploadFileData uploadFileData) |
Upload File
Upload File Upload a file to S3 attached to the server.
|
okhttp3.Call |
FileApi.uploadFileHandlerAsync(String trDataset,
UploadFileData uploadFileData,
ApiCallback<UploadFileResult> _callback) |
Upload File (asynchronously)
Upload File Upload a file to S3 attached to the server.
|
okhttp3.Call |
FileApi.uploadFileHandlerCall(String trDataset,
UploadFileData uploadFileData,
ApiCallback _callback) |
Build call for uploadFileHandler
|
ApiResponse<UploadFileResult> |
FileApi.uploadFileHandlerWithHttpInfo(@NotNull String trDataset,
@NotNull UploadFileData uploadFileData) |
Upload File
Upload File Upload a file to S3 attached to the server.
|