πSearch
Learn how to search for 3D models from 3rd party 3D search engines.
We integrated 3rd party APIs into a single useful search query for you to retrieve free and paid 3D models, videos, and images. We work with top 3D and 2D content aggregators:
Twinverse by SO REAL
TurboSquid (coming soon!)
Clara.io (coming soon!)
Thangs (coming soon!)
Poly Haven (coming soon!)
Get 3D models (limited)
GET
https://api.echo3D.com/search?key=<API_KEY>&keywords=<KEYWORDS>
This query allows you to retrieve free 3D models from a limited collection through 3rd party search engines.
Query Parameters
key
string
Your API key.
keywords
string
Keywords to search for.
Get 3D models (advanced)
GET
https://api.echo3D.com/search?key=<API_KEY>&keywords=<KEYWORDS>
This query allows you to retrieve free and paid 3D model from our full collection which included 3rd party search engines.
Query Parameters
key
string
Your API key.
keywords
string
Keywords to search for.
id
string
Search for a specific result based on ID.
source
string
Filter search results to only include results from a specific source. Options: poly
, sketchfab
, objaverse
, and soreal
.
minPoly
integer
Filter search results to only include results with this minimal triangle count.
maxPoly
integer
Filter search results to only include results with this maximal triangle count.
maxResults
integer
Filter search result to only include this amount of results.
gltfpack
boolean
True if the search results should include a URL to a optimized glTF version of the result using the gltfpack tool. Default is false
. Only applies for supported models.
include2Dcontent
boolean
True if the search results should include 2D images and videos. Default if false
.
Last updated