PulseAI-OpenAPI
  1. Tenant
PulseAI-OpenAPI
  • App
    • README
    • Send Chat Message
      POST
    • File Upload
      POST
    • Stop Generate
      POST
    • Message Feedback
      POST
    • Next Suggested Questions
      GET
    • Get Conversation History Messages
      GET
    • Get Conversations
      GET
    • Delete Conversation
      DELETE
    • Conversation Rename
      POST
    • Speech to Text
      POST
    • Text to Audio
      POST
    • Text to Audio V2
      POST
    • Get Application Information
      GET
    • Get Application Parameters
      GET
    • Get Application Meta Information
      GET
    • Create Chat
      POST
  • Dataset
    • README
    • Create a Document from Text
      POST
    • Create a Document from a File
      POST
    • Create an Empty Knowledge Base
      POST
    • Get Knowledge Base List
      GET
    • Delete a Knowledge Base
      DELETE
    • Update a Document with Text
      POST
    • Update a Document with a File
      POST
    • Get Document Embedding Status (Progress)
      GET
    • Delete a Document
      DELETE
    • Get the Document List of a Knowledge Base
      GET
    • Add Chunks to a Document
      POST
    • Get Chunks from a Document
      GET
    • Update a Chunk in a Document
      POST
    • Delete a Chunk in a Document
      DELETE
    • Retrieve Chunks from a Knowledge Base
      POST
  • Tenant
    • README
    • Get a List of Tenant Space Charactar
      GET
    • Figure txt2img
      POST
    • Get a List of Tenant Space Plot
      GET
    • Get a List of Tenant Space Audio
      GET
  • OpenAPI
    GET
  1. Tenant

README

Tenant API#

Tenant API can get all the content of the resources under the corresponding tenant space, such as: charactar, figure

Base URL#

https://api-platform.digitpulse.ai/v1

Authentication#

The Service API uses API-Key authentication. Strongly recommend storing your API Key on the server-side, not shared or stored on the client-side, to avoid possible API-Key leakage that can lead to serious consequences.
For all API requests, include your API Key in the AuthorizationHTTP Header, as shown below:
Authorization: Bearer {API_KEY}
Modified at 2025-01-13 09:41:04
Previous
Retrieve Chunks from a Knowledge Base
Next
Get a List of Tenant Space Charactar
Built with