Skip to main content
GET
/
applications
/
{id}
/
presentations
Get application presentations
curl --request GET \
  --url https://api.gospott.com/applications/{id}/presentations \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "<string>",
    "applicationId": "<string>",
    "language": "<string>",
    "anonymized": true,
    "attachment": {
      "id": "<string>",
      "name": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "extension": "<string>",
      "size": 4503599627370495
    }
  }
]

Documentation Index

Fetch the complete documentation index at: https://api-docs.spott.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.

Path Parameters

id
string
required

Response

Successfully retrieved available application presentations

id
string
required
Minimum string length: 1
applicationId
string
required
Minimum string length: 1
language
string
required
anonymized
boolean
required
attachment
object
required