Skip to main content
POST
Create Dataset

Request

Creates a new dataset. Datasets are containers for related documents that can be searched together.

Headers

string
required
Bearer token for authenticationExample: Bearer fltr_sk_abc123...
string
required
Must be application/json

Body

string
required
Name of the dataset (1-200 characters)
string
Optional description (max 1000 characters)
boolean
default:false
Whether the dataset is publicly accessible
object
Custom metadata as key-value pairs

Response

string
Unique dataset identifier (e.g., ds_abc123)
string
Dataset name
string
Dataset description
boolean
Public accessibility status
integer
Number of documents (always 0 for new datasets)
string
ISO 8601 timestamp of creation
string
ISO 8601 timestamp of last update
object
Custom metadata

Examples

Response

Errors

error
Bad Request - Invalid parameters
error
Unauthorized - Invalid or missing API key
error
Rate Limit Exceeded

Notes

  • Dataset names must be unique within your account
  • Maximum 1,000 datasets per account
  • Use is_public: true to make datasets accessible without authentication (read-only)
  • Metadata is indexed and searchable
  • Deleting a dataset also deletes all its documents