cURL
curl --request GET \ --url https://aiapi.{client}.nx1cloud.com/api/dataingest/file_ingestion_options \ --header 'Authorization: Bearer <token>'
{ "file_options": [ "<unknown>" ] }
Retrieves the available file format and their corresponding options for file-based data ingestion.
The access token received from the authorization server in the OAuth 2.0 flow.
Data retrieved successfully.
List of available file formats and their corresponding ingestion options.
Was this page helpful?