Skip to main content
Complete reference for all classes, methods, and properties in the Sinkove Python SDK.

Core Classes

Client

Main entry point for the Sinkove API.

Properties

Dataset

Represents a dataset with metadata and operations.

Properties

Methods

download
Download the dataset to a local file. Parameters:
  • output_file: Path where dataset will be saved
  • strategy: How to handle existing files ("fail", "skip", "replace")
  • wait: Whether to wait for dataset to be ready
  • timeout: Maximum seconds to wait
Example:
wait
Block until dataset processing completes. Example:

DatasetClient

Manages dataset operations for an organization.

Methods

create
Create a new dataset generation request. Example:
list
Retrieve all datasets for the organization. Example:
get
Retrieve a specific dataset by ID. Example:

Data Types

Metadata

Dataset States

Advanced Classes

OrganizationClient

For managing multiple organizations.

Environment Variables

Exception Handling

Complete Example

Next Steps

Python SDK Guide

Complete SDK documentation

Quick Start

Create your first dataset

Examples

Advanced patterns and use cases

Installation

Setup and configuration