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 & ServicesDeveloper Platform
Image

Switch to Next Content

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;
  3. Make sure your device is connected to power;
  4. Make sure your device is connected to the network;

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

POST
/api/authV2/open/device/:id/next

Get your API key from Dot. App

Generated Code
1// Generating...

Response Example

{
	"message": "Device ABCD1234ABCD content switched."
}

Reference Usage

This API allows you to control the device to immediately switch to the next item in the content loop without waiting for the scheduled refresh time. This is particularly useful for:

  • Remotely triggering content updates
  • Testing content switching functionality
  • Implementing custom content scheduling logic

Troubleshooting

Endpoint

/api/authV2/open/device/:id/next

Method

POST

Path Parameters

Prop

Type

Device serial number

Request Schema

This interface does not require a request body, only an API key in the request header and a device ID in the path parameter.

Response Schema

The endpoint uses the HTTP status code to indicate the request result. The JSON response body only contains message.

Prop

Type

Human-readable response message. Both success and error responses use this field.

Status Codes

HTTP statusMeaningDescription
200SuccessDevice successfully switched to next content
400Invalid paramsInvalid device ID format
401UnauthorizedInvalid or expired API key
403ForbiddenNo permission to operate this device
404Not foundDevice not found or not registered
500Device response failureDevice offline or switch failed

Did this solve your problem?

Join our community

Device SettingsNew

Previous

List Device Content

Retrieve the current content list of a device via API.

Contents

Quick GuidePrerequisitesRequest ExamplesResponse ExampleReference UsageTroubleshootingEndpointMethodPath ParametersRequest SchemaResponse SchemaStatus Codes