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

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

Content & Services

Content Studio
RSS
Shortcuts
Co Create
Software
CastCardDiablo II Resurrected Terror Zone & Uber Diablo Alert ToolDot Calendar - Weather Calendar for Quote/0DotCanvasDotClientDot Crypto TickerDot MateIntelligent Poetry Weather Generation SystemDot ServiceNewDot Quote/0 Home Assistant Dashboard CardNewDot Quote/0 Home Assistant IntegrationNewMindReset Dot MCP (Lakphy)Quote/0 Send DemoQuote/0 + Calendar ShortcutQuote/0 Agent Skill (YangguangZhou)NewQuote/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 CalendarQuote0 API Serverless MicroserviceNewQuote0 Client Python SDKNewQuote0 SDK & CLI (MrWillCom)NewServer 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 ListNewGet Device StatusSwitch to Next ContentList Device ContentNewControl Text ContentControl Image ContentAI SkillNew
Roadmap

Explore More Possibilities

Request New ContentJoin Our Content Studio

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 StatusPrivacy PolicyUser AgreementContact UsAbout MindReset
Content & ServicesDeveloper Platform
Image

List Device Content

Retrieve the current content list of a device via API.

RSS

Quick Guide

Prerequisites

  1. Make sure you have retrieved and saved your API key in the Dot. App;
  2. Make sure you own at least one device and have obtained its device serial number;

The API rate limit is 10 requests per second. With the API, you can control device behavior and responses more flexibly.

Placeholders wrapped in ‘{{variable}}’ indicate values you must replace. Fill them with your actual values and remove the ‘{{}}’ braces.

Request Examples

GET
/api/authV2/open/device/:deviceId/:taskType/list

Get your API key from Dot. App

Generated Code
1// Generating...

Response Example

[
	{
		"type": "TEXT_API",
		"key": "text_task_1",
		"refreshNow": true,
		"title": "Hello",
		"message": "World"
	},
	{
		"type": "IMAGE_API",
		"key": "image_task_1",
		"refreshNow": true,
		"border": 0,
		"ditherType": "DIFFUSION",
		"ditherKernel": "FLOYD_STEINBERG"
	}
]

Troubleshooting

Endpoint

/api/authV2/open/device/:deviceId/:taskType/list

Method

GET

Path Parameters

Prop

Type

Device serial number
Content type

Request Schema

This interface does not require a request body, only an API key in the request header.

  • deviceId: device serial number
  • taskType: content type, e.g. loop (loop content)

Response Schema

The response is an array of content items.

  • type: content type (TEXT_API / IMAGE_API / GENERAL)
  • key: content identifier (can be null)
  • Other fields: the content input payload (varies by content type)

Prop

Type

Content array

Array Items

Content type (`TEXT_API` / `IMAGE_API` / `GENERAL`)
Content identifier (used as taskKey for Text/Image API)
Show immediately (may exist)
Title (Text API may exist)
Message (Text API may exist)
Signature (Text API may exist)
Icon (Text API may exist)
NFC redirect link (may exist)
Image data (Image API may exist)
Border color (Image API may exist)
Dither type (Image API may exist)
Dither algorithm (Image API may exist)

Status Codes

codeMeaningDescription
200SuccessSuccessfully retrieved content list
401UnauthorizedInvalid or expired API key
500Server ErrorInternal server error

Did this solve your problem?

Join our community

Switch to Next Content

Previous

Control Text Content

Next

Contents

Quick GuidePrerequisitesRequest ExamplesResponse ExampleTroubleshootingEndpointMethodPath ParametersRequest SchemaResponse SchemaStatus Codes