promptmate.io API
  1. Schemas
promptmate.io API
  • apps
    • Lists apps
      GET
    • Get app
      GET
  • app-jobs
    • Create a new app job
      POST
    • Get job status and result
      GET
  • templates
    • Lists templates
      GET
    • Use a specific template
      POST
  • reference
    • Lists available languages
      GET
    • Lists available countries
      GET
  • projects
    • Lists projects
      GET
  • webhooks
    • Lists webhooks
    • Creates a webhook
    • Deletes a webhook
  • app-results
    • Get last result rows of an app (e.g. as examples)
  • userInfo
    • get user information
  • Schemas
    • Schemas
      • App
      • AppListResponse
      • AppJobRequest
      • AdditionalObject
      • DataObject
      • AppJob
      • Template
      • AppJobCreatedResponse
      • ResultData
      • TemplateUsageResponse
      • Error
      • Project
      • Webhook
      • WebhookCreateRequest
      • User
  1. Schemas

App

Represents an app with its basic details.

{
    "appId": "string",
    "appName": "string",
    "creditEstimate": 0,
    "dataFields": [
        "string"
    ],
    "responseFields": [
        {}
    ]
}
Built with