Datasets API

Data API for Machine Learning Researchers

Programmatic access to 189,000+ curated datasets including AI/ML, computer vision, and scientific data.

curl -X GET https://api.datasets.example.com/v1/datasets/ai \
     -H "Authorization: Bearer YOUR_API_KEY"
                

Why Use Our API?

Full programmatic access to all datasets with rich metadata, version history, and download options.

100% Open Data

All datasets are freely available under open licenses.

Fast Delivery

High-performance delivery with content distribution network.

Rich Metadata

Access detailed documentation, licenses, and version history.

API Reference

Authentication

POST /api-token-auth
Request Body
{
  "username": "your@email.com",
  "password": "securepassword123"
}
                            
Response
{
  "token": "eyJhbGciOiJIUzI1NiI...long_token_here",
  "expires_in": 43200
}
                            

Dataset Search

GET /v1/datasets?search={query}
Parameters
  • search (string)
  • category (string: AI, Science, etc)
  • format (csv, json, zip)
  • min_size (int)

Dataset Download

GET /v1/datasets/{id}/download
Authentication Required
Example
curl -X GET https://api.datasets.example.com/v1/datasets/imagenet/download \
     -H "Authorization: Bearer YOUR_API_KEY"
                            

Rate Limits

Free accounts: 100 requests/day • Paid plans available with higher limits and priority support

Upgrade Your Plan