# Timing:歌词、音频时间线

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /suno/act/timing/{id}:
    get:
      summary: Timing:歌词、音频时间线
      deprecated: false
      description: ''
      tags:
        - 文生音乐 Suno/查询接口
      parameters:
        - name: id
          in: path
          description: ''
          required: true
          example: a624123d-22cc-4d4d-bf28-78d312f61597
          schema:
            type: string
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties: {}
                x-apifox-orders: []
              example:
                code: task_not_exist
                message: task_not_exist
                data: null
          headers: {}
          x-apifox-name: 成功
      security:
        - bearer: []
      x-apifox-folder: 文生音乐 Suno/查询接口
      x-apifox-status: developing
      x-run-in-apifox: https://app.apifox.com/web/project/8227283/apis/api-453794024-run
components:
  schemas: {}
  securitySchemes:
    bearer:
      type: http
      scheme: bearer
servers: []
security:
  - bearer: []

```
