> ## Documentation Index
> Fetch the complete documentation index at: https://seedanceapi.us/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Health check



## OpenAPI

````yaml /openapi.json get /health
openapi: 3.1.0
info:
  title: Seedance API
  version: 1.0.0
  description: REST API for SeedDance video and Seedream image generation models.
servers:
  - url: https://api.seedanceapi.us
security: []
paths:
  /health:
    get:
      summary: Health check
      responses:
        '200':
          description: OK

````