Get Rapid Models
GEThttps://api.rapidcompact.com/api/v1/rawmodel/:rawmodel/rapidmodels
Get all rapid models which were optimized from this base asset
Request
Path Parameters
rawmodel integerrequired
The id of the base asset
Example: 1
Header Parameters
Authorization string
Example: Bearer {YOUR_AUTH_KEY}
Content-Type string
Example: application/json
Accept string
Example: application/json
Responses
- 200
- text/plain
- Schema
Schema
string
Authorization: http
name: defaulttype: httpscheme: bearerdescription:
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L 'https://api.rapidcompact.com/api/v1/rawmodel/:rawmodel/rapidmodels' \
-H 'Accept: text/plain' \
-H 'Authorization: Bearer <TOKEN>'
ResponseClear