# API documentation

Realm supports API description files written according to the most commonly-used specifications:

- [Add AsyncAPI descriptions](/docs/realm/content/api-docs/add-asyncapi-docs)
- [Add GraphQL descriptions](/docs/realm/content/api-docs/add-graphql-docs)
- [Add OpenAPI docsdescriptions](/docs/realm/content/api-docs/add-openapi-docs)
- [Add SOAP documentation from a WSDL file](/docs/realm/content/api-docs/add-soap-docs)


Realm also offers the Mock Server as an alternative to live endpoints and supports extensions for AsyncAPI and OpenAPI description files:

- [Configure Mock Server](/docs/realm/content/api-docs/configure-mock-server): use the Replay console to send calls to your API operations and see sample responses without the need for backend services.
- [AsyncAPI extensions](/docs/realm/content/api-docs/asyncapi-extensions): See the full list of supported AsyncAPI extensions.
- [OpenAPI extensions](/docs/realm/content/api-docs/openapi-extensions): See the full list of supported OpenAPI extensions.