Get Spaces
Get Available Spaces for Each Service
Explanation
Response
{
"data": [
{
"id": string,
"name": string,
"title": string,
"description": string,
"prompt": string,
"icon_src": string,
"is_active": boolean,
"is_premium": boolean
}
]
}{
"error": string,
"key": string
}Last updated