Not getting any NFT details

I used /nft/contract address endpoint to get all the NFT data. But I am not getting any.
Contract
https://rinkeby.etherscan.io/address/0x78405760ae9e03b1af32eb9681bb0525a7452f77#readContract

In contract, if we called the tokenURI read function, I am getting the ipfs URL, but when I tried the API, it’s saying no metadata found.



Please let me know, what I am missing here.

you can try to resync the metadata, uri for that contract

https://docs.moralis.io/moralis-server/web3-sdk/token#resyncmetadata

also make sure that the contract follows the standards, like the interfaces, that is easier if you use openzeppelin library

Moralis now supports refresh for all NFTs automatically Moralis Updates NFT Metadata