> For the complete documentation index, see [llms.txt](https://developer.rpggo.ai/dev-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.rpggo.ai/dev-docs/player-api/notes-api-v2-released/changes.md).

# Changes

Introduction

### 1. schema change

If you read [Understand the data schema](/dev-docs/data-schema/understand-the-data-schema.md) already, in V2 API, we renamed "Scene" to "Chapter", and "NPC" to "Character".

### 2. sync to async

V1 provides synced api call only. But V2, we turn to async msg push, which means all the generation will be pushed to client via SSE.

### 3. multi-modal

Not only like V1 API to generate text only, V2 support image, audio, music generation in real-time.&#x20;

### 4. authorization change

In V2, API key cannot list games any more. It can only access permission-granted games.

<br>
