Skip to main content
POST
/
api
/
repos
/
{namespace}
/
{repo_name}
/
data_frames
/
{resource}
/
index
Start data frame indexing
curl --request POST \
  --url https://hub.oxen.ai/api/repos/{namespace}/{repo_name}/data_frames/{resource}/index \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "status_message": "<string>",
  "oxen_version": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

namespace
string
required

Namespace of the repository

repo_name
string
required

Name of the repository

resource
string
required

Path to the tabular file to index (including branch/commit info)

Response

Indexing process started or completed

status
string
required
status_message
string
required
oxen_version
string | null