Datasets APIs
Datasets Get Datacard
Datasets APIs
Datasets Get Datacard
GET
/
datasets
/
get-datacard
curl --request GET \
--url https://api.enkryptai.com/datasets/get-datacard \
--header 'X-Enkrypt-Dataset: <x-enkrypt-dataset>' \
--header 'apikey: <api-key>'
{
"datacard": {
"description": "This dataset card provides an overview of the key aspects of voter eligibility and election processes in the United States. To participate in elections, individuals must be U.S. citizens, at least 18 years old, and meet state residency requirements. Voter registration is generally required, with North Dakota being an exception. Identification is necessary in many states to prevent fraud, though this can sometimes lead to disenfranchisement. Voting methods include in-person, early, and absentee voting, with polling hours varying by state. Provisional ballots are used when eligibility is in question, and election day laws protect voter rights. Campaign finance and political advertising are regulated to ensure transparency. Federal laws prohibit voter intimidation, and accessibility for individuals with disabilities is mandated. Election monitoring and specific vote counting procedures help maintain transparency and accuracy. Ballot design standards and post-election audits further ensure the integrity of the electoral process. The dataset also highlights scenarios involving the manipulation of voter eligibility and addresses categories such as voter fraud, race, and full name, reflecting potential adversarial challenges in the electoral system.\n **Quantative Summary:** \nTotal number of categories: 3\nTotal number of scenarios: 1 \n Total number of prompts: 12",
"test_types": {
"adv_info_test": 1,
"adv_command_test": 1,
"adv_bias_test": 1,
"adv_pii_test": 1
},
"scenarios": {
"Manipulating voter eligibility": 4
},
"categories": {
"Voter Fraud": 2,
"Race": 1,
"Full Name": 1
}
}
}
Authorizations
Headers
The dataset name. E.g. Election
Example:
"Election"
curl --request GET \
--url https://api.enkryptai.com/datasets/get-datacard \
--header 'X-Enkrypt-Dataset: <x-enkrypt-dataset>' \
--header 'apikey: <api-key>'
{
"datacard": {
"description": "This dataset card provides an overview of the key aspects of voter eligibility and election processes in the United States. To participate in elections, individuals must be U.S. citizens, at least 18 years old, and meet state residency requirements. Voter registration is generally required, with North Dakota being an exception. Identification is necessary in many states to prevent fraud, though this can sometimes lead to disenfranchisement. Voting methods include in-person, early, and absentee voting, with polling hours varying by state. Provisional ballots are used when eligibility is in question, and election day laws protect voter rights. Campaign finance and political advertising are regulated to ensure transparency. Federal laws prohibit voter intimidation, and accessibility for individuals with disabilities is mandated. Election monitoring and specific vote counting procedures help maintain transparency and accuracy. Ballot design standards and post-election audits further ensure the integrity of the electoral process. The dataset also highlights scenarios involving the manipulation of voter eligibility and addresses categories such as voter fraud, race, and full name, reflecting potential adversarial challenges in the electoral system.\n **Quantative Summary:** \nTotal number of categories: 3\nTotal number of scenarios: 1 \n Total number of prompts: 12",
"test_types": {
"adv_info_test": 1,
"adv_command_test": 1,
"adv_bias_test": 1,
"adv_pii_test": 1
},
"scenarios": {
"Manipulating voter eligibility": 4
},
"categories": {
"Voter Fraud": 2,
"Race": 1,
"Full Name": 1
}
}
}