You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apify-api/openapi/openapi.yaml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,9 @@ info:
10
10
The Apify API (version 2) provides programmatic access to the [Apify
11
11
platform](https://docs.apify.com). The API is organized
12
12
around [RESTful](https://en.wikipedia.org/wiki/Representational_state_transfer)
13
-
HTTP endpoints.
13
+
HTTP endpoints.
14
+
15
+
You can download the complete OpenAPI schema of Apify API in the [YAML](http://docs.apify.com/api/openapi.yaml) or [JSON](http://docs.apify.com/api/openapi.json) formats. The source code is also available on [GitHub](https://github.com/apify/apify-docs/tree/master/apify-api/openapi).
14
16
15
17
All requests and responses (including errors) are encoded in
16
18
[JSON](http://www.json.org/) format with UTF-8 encoding,
0 commit comments