cURL
curl --request POST \ --url https://ragapi.sno.ai/v1/spaces/{spaceId}/favorite \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Marks a specific space as a favorite.
Enter your API key as a Bearer token. Example: 'Bearer YOUR_API_KEY'
Space favorited successfully
The response is of type object.
object