API Documentation
Integrate Gedli's 3D model library into your own applications.
Base URL
All API requests should be made to the following base URL:
https://api.gedli.com/v1
Authentication
Gedli uses API Keys for authentication. Include your key in the header of all requests:
Authorization: Bearer YOUR_API_KEY
Getting Models
Retrieve a list of public 3D models.
GET /models HTTP/1.1 Host: api.gedli.com Accept: application/json