--- title: "API documentation" slug: "api-dokumentation" updated: 2025-07-03T11:28:32Z published: 2025-07-03T11:28:32Z canonical: "help.frisbii.com/api-dokumentation" --- > ## Documentation Index > Fetch the complete documentation index at: https://help.frisbii.com/llms.txt > Use this file to discover all available pages before exploring further. # API documentation The Frisbii Media [API documentation](https://api.frisbii-media-stage.com/) describes the possible requests and available endpoints of the Frisbii Media API v3. **Requests** The HTTP methods (e.g. GET, POST) determine the type of operation on the resource. Query parameters can be used to provide additional options for the GET requests. POST parameters provide the data for write operations such as creation, modification of the resource(s). **Responses** The response from the API is in JSON format. Currently, the Frisbii Media API does not support any other response format. **Error handling** HTTP status codes are used to indicate the success or failure of an API call. The body of the response contains the details of the error in JSON format The following code groups are used as standard: - Code **2xx** - indicate a successful call. - Codes **4xx** - indicate a client-side problem with the call. - Codes **5xx** - indicate a server-side problem with the call.