cURL
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>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Namespace of the repository
Name of the repository
Path to the tabular file to index (including branch/commit info)
Indexing process started or completed