Skip to main content
Our feature extraction endpoint generates embeddings or feature vectors from text inputs, useful for semantic search, clustering, and downstream ML tasks. Here is an example of feature extraction: Parameters:
  • model: The model ID of the model you want to use
  • inputs: The text input(s) to extract features from (string or list of strings)
Here is an example with multiple inputs:
Here is an example for semantic search preparation:
For deeper insights into the feature extraction endpoint, see our API reference.