cURL
curl --request POST \ --url https://api.main.apexscore.ai/api/v1/uploaded_datasets/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form portfolio_id=3c90c3cc-0d44-4b50-8888-8dd25736052a \ --form 'report_name=<string>' \ --form 'file=<string>' \ --form config_results_require_review=true \ --form config_cleanse_strategy=none \ --form 'config_extract_filterables_definition=<string>' \ --form 'config_filter_query=<string>' \ --form 'config_omit_attitudes=<string>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "mona_version": { "id": 123, "name": "<string>", "audience": "<string>", "sequence": -1, "audience_type": 1 }, "configurations": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "report_name": "<string>", "report_issued_at": "2023-11-07T05:31:56Z" }, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "report": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
none
basic
Show child attributes
-2147483648 <= x <= 2147483647
0
1
2
3
4
5