Overview
The Svrf C# library makes for easy integration of the Svrf API.
If you are developing on Unity and using the Svrf SDK for Unity plugin, you can access the C# library using the SvrfApi
class. See our guide to get started quickly.
Topics
Authentication
Authenticate your application with the Svrf API.
Media
The Svrf C# library provides access to Svrf's API media endpoints so you can access the largest collection of immersive content.
Use the Svrf search engine to query for immersive content.
Fetch the hottest immersive content, curated by real humans.
Retrieve a Media from Svrf by its ID.
A class that contains the metadata and files for Media from the Svrf API.
Requests
Get what you want from our endpoints by filtering the result.
Unity
You can use these features to make it easier to integrate Svrf with your applications built in Unity.
Render a 3D model at runtime in Unity.
Responses
Model for response with a single media.
Model for response with multiple media.
Enums
The Svrf library offers enum support so you don't have to remember our enums values for categories, stereoscopic types, and media types. You can access them with Svrf.Models.Enums namespace.
Categories available to explore on Svrf.
Types of media found on Svrf.
Enum for requesting monoscopic and various stereoscopic layouts.
Exceptions
List of exceptions that can be thrown by the library.