Discussions
Is there an API call to get 3d model that's not in the user wallet?
2 months ago by null
Hey, I want to make an app where users would be able to download 3d models that are public, but not assigned to their wallets.
Ideally, my flow would be as follows:
- I call a search query and it returns a list of found models for example from a specific collection like:
collections/1/0x059edd72cd353df5106d2b9cc5ab83a52287ac3a/3219
collections/1/0x059edd72cd353df5106d2b9cc5ab83a52287ac3a/2391
etc. - I call a get query with the id of the model like 0x059edd72cd353df5106d2b9cc5ab83a52287ac3a/3219 and 0x059edd72cd353df5106d2b9cc5ab83a52287ac3a/2391 and in response, I get a link the USDZ file.
Having such flow would be fantastic- maybe it's already available and I just couldn't find it - if so- I'd really appreciate it if you could point me to it!
Thank you!