Fast API

No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
More information: https://helloreverb.com
Contact Info: hello@helloreverb.com
Version: 0.1.0
All rights reserved
http://apache.org/licenses/LICENSE-2.0.html

Access

Methods

[ Jump to Models ]

Table of Contents

Default

Default

Up
post /embedding
Topic Extraction (topicExtractionEmbeddingPost)
<p>This method ties all steps of the topic extraction together and performs the computations which are send to its endpoint.</p> <p>:param descriptions: This is the list of texts on which the topic extraction should be performed. :param method: This is the name of the model which is used for the embedding step. Currently only the HDP model is enabled. :return: The method returns a JSON formatted string which includes information concerning the data points and their embeddings and uncertainties as well as the cluster topography and its dimensions.</p>

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Query parameters

method (optional)
Query Parameter — default: HDP

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful Response

422

Validation Error HTTPValidationError

Models

[ Jump to Methods ]

Table of Contents

  1. HTTPValidationError - HTTPValidationError
  2. ValidationError - ValidationError

HTTPValidationError - HTTPValidationError Up

detail (optional)

ValidationError - ValidationError Up

loc
msg
type