Image
Dot. Manual
Image
Dot. Manual
Back to home

Dot.

Install Dot. AppDiagnostic Tool

Quote

Quote/0
Pairing Quote/0How to Tap
Fixed ContentLoop Content
Share with Family and FriendsHow to Charge
Update DeviceReset NetworkReset DeviceChangelogNew
Service and Repair

Rand The Pocket Prophet

Rand/0
Getting StartedWi-FiCustom Wallpaper
Features
MBTI GuideBook of AnswersFortuneCoin FlipDice RollWooden FishNumber Under TenClock
Bluetooth RemoteNewDownload Pocket NFC App
Update DeviceReset DeviceChangelogNew
Service and Repair

Content & Services

Content Studio
Join Content StudioRSS
Shortcuts
Co Create
Software
CastCardDiablo II Resurrected Terror Zone & Uber Diablo Alert ToolDot Calendar - Weather Calendar for Quote/0DotCanvasDotClientDot Crypto TickerDot Mate - Quote/0 Automation SchedulerIntelligent Poetry Weather Generation SystemDot ServiceDot Quote/0 Home Assistant Dashboard CardDot Quote/0 Home Assistant IntegrationMindReset Dot MCP (Lakphy)Quote/0 Send DemoQuote/0 + Calendar ShortcutQuote/0 Agent Skill (YangguangZhou)Quote/0 Evening SummaryQuote/0 Flash NoteQuote/0 Health ReminderQuote/0 + Holiday ShortcutQuote/0 MCP (stvlynn)Quote/0 MCP (thomaszdxsn)Quote/0 + WAY 2 Reminder ShortcutQuote/0 Yearly Progress CalendarQuote/0 API Serverless MicroserviceQuote/0 AI Usage DashboardNewQuote/0 Client Python SDKQuote/0 DeepSeek Balance DashboardNewQuote/0 Kimi / GLM Usage DashboardNewQuote/0 Claude / Codex Usage DashboardNewQuote/0 SDK & CLI (MrWillCom)Server Status
Hardware
IKEA SKÅDIS MountQuote/0 Carry Case HangerQuote/0 Desktop Charging Mini StandQuote/0 Desktop Stand (Andrrrrrrija)Quote/0 Desktop Stand (MindReset)Quote/0 Desktop Mini StandQuote/0 Monitor Mount (Kiiko)Quote/0 Excerpt Mount (GLB_wegoo777)Quote/0 Monitor Mount (TLL)Rand/0 Single Shoulder Bag Buckle 40mmNew
Developer Platform
What is an APIGet API KeyGet Device Serial NumberGet Device ListGet Device StatusGet TimezonesNewDevice SettingsNewSwitch to Next ContentList Device ContentControl Text ContentNewControl Image ContentNewControl Canvas ContentNewAI SkillNew
Roadmap

Explore More Possibilities

Request New ContentJoin Content StudioOur Repositories

Security

MSA-2025-08-001MSA-2025-09-001MSA-2025-09-002MSA-2025-10-001MSA-2025-10-002MSA-2025-10-003MSA-2026-04-001
Responsible Disclosure Policy

More

Service StatusService and RepairPrivacy PolicyUser AgreementContact UsAbout MindReset
Content & ServicesCo CreateSoftware
Image

Quote/0 Client Python SDK

RSS

A Python SDK for controlling Quote/0 e-ink devices via the Dot. App API, available on PyPI.

Features

  • Full coverage of all 6 Quote/0 API endpoints
  • Type-safe with Pydantic v2 models
  • Comprehensive error handling with typed exceptions
  • Text and image content support
  • Device task management
  • Easy-to-use synchronous client

Installation

pip install quote0-client
# or with uv
uv add quote0-client

Quick Start

from quote0_client.client import Quote0Client
from quote0_client.models import TextContentRequest

client = Quote0Client(api_key="your-api-key-from-dot-app")

# List devices
devices = client.get_devices()

# Send text content
response = client.send_text(devices[0].id, TextContentRequest(
    title="Hello",
    message="Quote/0 device!"
))

API Reference

MethodDescription
get_devices()Get all devices
get_device_status(device_id)Get device status
switch_to_next(device_id)Switch to next content
list_tasks(device_id, task_type)List device tasks
send_text(device_id, content)Send text content
send_image(device_id, content)Send image content

Error Handling

The SDK provides typed exceptions: AuthenticationError, NotFoundError, PermissionError, ValidationError, and RateLimitError (rate limit: 10 req/sec).

Did this solve your problem?

Join our community

Quote/0 AI Usage DashboardNew

Previous

Quote/0 DeepSeek Balance DashboardNew

Next

Contents

FeaturesInstallationQuick StartAPI ReferenceError Handling
GitHub

YetYeti/quote0-client

3