Poll saved URLs for successful dataset exports (Hugging Face, Kaggle, Google Sheets)
GET/api/v1/datasets/{dataset_id}/export-links
Poll saved URLs for successful dataset exports (Hugging Face, Kaggle, Google Sheets)
Poll saved URLs for successful dataset exports (Hugging Face, Kaggle, Google Sheets)
curl https://api.prod.adaptionlabs.ai/api/v1/datasets/$DATASET_ID/export-links \
-H "Authorization: Bearer $ADAPTION_API_KEY"{
"huggingface": {},
"kaggle": {},
"google_sheets": {}
}Returns Examples
{
"huggingface": {},
"kaggle": {},
"google_sheets": {}
}