---
title: "Public API support"
source: https://dev.pageseeder.com/reference/glossary/public_api_support.html
description: "This document defines five support levels for PageSeeder's public API web services: unsupported, experimental, supported, deprecated, and obsolete, indicating their reliability and recommended usage status."
last_updated: 2026-08-11T16:32:49+10:00
tokens: ~223
---

# Public API support

Indicates the level of support of an [API Web service](../../api/services.md) that is part of the public API for a particular usage.

PageSeeder has different levels of support if it is invoked in a [publish script](publish_script.md) using Ant.

| UNSUPPORTED | The use of this service is not supported. The service was probably designed for a different purpose; using the service is likely to return an error. |
| --- | --- |
| EXPERIMENTAL | Support for this service has not been established or is experimental. |
| SUPPORTED | PageSeeder supports the use of this service as part of its public API. |
| DEPRECATED | Indicates a service that used to be supported, but is no longer supported in the upcoming release. |
| OBSOLETE | Support for the annotated service has ceased and its use is no longer recommended. Using the service is likely to result in an error. |

