📄
Documentation
You can use the Anything World's API in your application to request 3D models and other data based on different search criteria.
After generating the API key in our Dashboard, the API key can be used to authorize requests to the Anything World's API.
Bear in mind that many endpoints require the API to generate results.
https://api.anything.world/anything?key=<API_KEY>&name=<NAME>
https://api.anything.world/anything?key=<API_KEY>&name=bird
The API is currently experimental and is subject to change. For use in a critical production environment, please reach out to us at [email protected].
get
https://api.anything.world/anything?
key=<API_KEY>&name=<NAME>
Get a specific model by name
get
https://api.anything.world/anything?
key=<API_KEY>&search=<QUERY>
Get all models matching the query
Last modified 3mo ago