Apps
Authorization
bearerAuth A Space API key, e.g. wks_live_….
In: header
Response Body
application/json
curl -X GET "https://example.com/apps"{}Authorization
bearerAuth A Space API key, e.g. wks_live_….
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/apps" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{}Authorization
bearerAuth A Space API key, e.g. wks_live_….
In: header
Response Body
application/json
curl -X GET "https://example.com/apps/capabilities"{}Authorization
bearerAuth A Space API key, e.g. wks_live_….
In: header
Path Parameters
Response Body
application/json
curl -X GET "https://example.com/apps/string"{}Authorization
bearerAuth A Space API key, e.g. wks_live_….
In: header
Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PATCH "https://example.com/apps/string" \ -H "Content-Type: application/json" \ -d '{}'{}Authorization
bearerAuth A Space API key, e.g. wks_live_….
In: header
Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/apps/string/model" \ -H "Content-Type: application/json" \ -d '{}'{}Authorization
bearerAuth A Space API key, e.g. wks_live_….
In: header
Path Parameters
Response Body
application/json
curl -X POST "https://example.com/apps/string/preview"{}Authorization
bearerAuth A Space API key, e.g. wks_live_….
In: header
Path Parameters
Response Body
application/json
curl -X GET "https://example.com/apps/string/logs"{}Authorization
bearerAuth A Space API key, e.g. wks_live_….
In: header
Path Parameters
Response Body
application/json
curl -X POST "https://example.com/apps/string/publish"{}