Skip to content

FAQ

How do I apply for an open platform account?

Sign in to the open platform console with an enterprise or developer account. After the account is created, you can create apps, generate API keys, and enable capabilities for each app.

How do I connect device capabilities?

Device capabilities are provided by SDK Open local runtime. Start with Quick Integration, then complete the minimal flow in this order: auth.create_session -> device.list -> device.open -> video.start.

Where can I find SDK Open sample code?

The repository includes a frontend demo at src/sdk_open/frontend/demo-site. The TypeScript examples in this documentation follow the same protocol wrapper style.

How should I troubleshoot API failures?

Check code and message in the response first, then verify whether the session is bound, the device is opened, and the task ID is valid. See Error Codes for status meanings.

Are Chinese and English docs equivalent?

Yes. The site maintains bilingual content under / and /en/. When adding or changing a page, update both Chinese and English versions and keep API field names consistent.

CZUR Open Platform Documentation