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

# WebAPI

> WebAPI reference

The HTTP WebAPI comes in two parts:

* **REST WebAPI** - URLs describe entities like person or sale: [Learn][1] | [Download Swagger File][5] | [Reference][3]
* **Agents WebAPI** - the services API accessible via HTTP: [Learn][2] | [Download Swagger File][6] | [Reference][4]

Swagger files for individuals endpoints are also available for both APIs: [REST Individuals Swagger][7] | [Agents Individuals Swagger][8].

While the Agents WebAPI is the most complete of the two, the REST WebAPI covers the most common use cases and is easier to use and navigate.

[1]: ../web-services/endpoints/rest-webapi/index

[2]: ../web-services/endpoints/agents-webapi/index

[3]: ../reference/restful/rest/index

[4]: ../reference/restful/agent/index

[5]: ../../../downloads/api/Swagger-v1-REST.zip

[6]: ../../../downloads/api/Swagger-v1-Agents.zip

[7]: ../../../downloads/api/Swagger-v1-REST-Individuals.zip

[8]: ../../../downloads/api/Swagger-v1-AGENT-Individuals.zip


## Related topics

- [Agents WebAPI](/en/api/web-services/endpoints/agents-webapi/index.md)
- [REST WebAPI](/en/api/web-services/endpoints/rest-webapi/index.md)
- [REST WebAPI search](/en/api/search/odata/index.md)
- [SuperOffice WebApi](/en/api/web-services/webapi/index.md)
- [SuperOffice.WebApi](/en/api/reference/webapi/SuperOffice.WebApi.md)
- [SuperOffice.WebApi.WebApiOptions](/en/api/reference/webapi/SuperOffice.WebApi.WebApiOptions.md)
- [NetServer WebApi element](/en/onsite/web-config/webapi.md)
