Skip to main content
POST
/
v1
/
api
/
ucf
/
dashboards
/
export
Export dashboards as an encrypted .ucf file
curl --request POST \
  --url 'https://api.upsolve.ai/v1/api/ucf/dashboards/export?apiKey=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "apiKey": "up_admin_************"
}
'
{
  "data": "<unknown>",
  "fileName": "<string>"
}

Documentation Index

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

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

Authorizations

apiKey
string
query
required

apiKey MUST be supplied within the request body instead of query

Body

application/json

POST /v1/api/ucf/dashboards/export Request body

apiKey
string

Upsolve API key, generated in the Deploy tab of the Upsolve Hub.

Minimum string length: 1
Example:

"up_admin_************"

organizationId
string<uuid>
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$

Response

POST /v1/api/ucf/dashboards/export Positive response

data
any
required
fileName
string
required