This endpoint gets all embeddings.
curl --location --request GET 'https://api.stateset.com/v1/embeddings' \ --header 'Content-Type: application/json' \ --header 'Authorization: Token <token>' \
{ "id": "<string>", "knowledge": "<string>", "user_id": "<string>" }
This is the ID of the embedding.
This is the text of the embedding.
This is the metadata of the embedding.
This is the user id of the embedding.