Skip to main content
GET
/
v2
/
apps
Search Apps
curl --request GET \
  --url https://api.studio.prisme.ai/v2/apps \
  --header 'Authorization: Bearer <token>'
[
  {
    "workspaceId": "<string>",
    "slug": "<string>",
    "versions": [
      "<string>"
    ],
    "name": "<string>",
    "description": {
      "fr": "Bonjour",
      "en": "Hello"
    },
    "documentation": {
      "workspaceSlug": "<string>",
      "slug": "<string>"
    },
    "config": {
      "schema": {},
      "block": "<string>",
      "value": "<unknown>"
    },
    "photo": "<string>",
    "labels": [
      "<string>"
    ],
    "updatedAt": "<string>",
    "createdAt": "<string>",
    "updatedBy": "<string>",
    "createdBy": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.prisme.ai/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

text
string

Search these keywords

workspaceId
string

Find apps published from this workspace

page
number

Page number

limit
number

Page size

labels
string

Comma-separated labels list to filter on

Response

Success Response

workspaceId
string
required
slug
string
required
versions
name
string
description
Example:
{ "fr": "Bonjour", "en": "Hello" }
documentation
object
config
object
photo
string
labels
string[]
Pattern: ^[0-9A-Za-z._:-]{2,60}$
updatedAt
string
createdAt
string
updatedBy
string
createdBy
string