Get v1/files/keywords - working example needed

Started by ubacher, May 10, 2019, 06:11:50 PM

Previous topic - Next topic

ubacher

Tried using
IMWS.get('v1/files/keywords', {
                    id: oneFile.id,
                    lang:'en',
                    colorcodes:false})

but it returns an empty array.
Ayone got a working example?

Mario

Don't specify a language. Your keywords are 99% stored in neutral language.

lang: ''
-- Mario
IMatch Developer
Forum Administrator
http://www.photools.com  -  Contact & Support - Follow me on 𝕏 - Like photools.com on Facebook

ubacher