Add or remove a file from your favorites. Returns the new favorite status.
curl --request POST \
--url https://app.mavera.io/api/v1/files/{id}/favorite \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"object": "file",
"is_favorite": true,
"message": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.mavera.io/llms.txt
Use this file to discover all available pages before exploring further.
API key prefixed with mvra_live_. Create keys at Settings > Developer > API Keys.
File ID
curl --request POST \
--url https://app.mavera.io/api/v1/files/{id}/favorite \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"object": "file",
"is_favorite": true,
"message": "<string>"
}