POST
/
api
/
repos
/
{namespace}
/
{repo_name}
/
workspaces
/
{workspace_id}
/
data_frames
/
embeddings
/
{path}
curl --request POST \
  --url https://hub.oxen.ai/api/repos/{namespace}/{repo_name}/workspaces/{workspace_id}/data_frames/embeddings/{path} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "column": "embeddings",
  "use_background_thread": false
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

namespace
string
required
repo_name
string
required
workspace_id
string
required
path
string
required

Body

application/json
column
string
use_background_thread
boolean