OpenAPI
The TextMaster REST API is fully described in an OpenAPI 3.0 compliant document.
Last updated
Was this helpful?
The TextMaster REST API is fully described in an OpenAPI 3.0 compliant document.
Last updated
Was this helpful?
is a standard specification for describing REST APIs. OpenAPI descriptions allow both humans and machines to discover the capabilities of an API without needing to first read documentation or understand the implementation. TextMaster has made its REST API publicly available as an OpenAPI 3.0 compliant document.
You can find the description at
There are many uses for an OpenAPI description. For example, you could:
Generate your own API client.
Validate and test a TextMaster REST API integration.
Explore and interact with the TextMaster REST API using third-party tools, such as Insomnia or Postman.
For example, TextMaster uses the OpenAPI description to generate the documentation.