Header request Help

Hi, I want to do this curl in app inventor, what is the problem in my blocks?
I want to get the data from pexels api
Thanks

curl -H "Authorization: YOUR_API_KEY"
"https://api.pexels.com/v1/search?query=people"

Try removing the colon - :

1 Like

Try this

2 Likes

It works Thanks :grinning::grinning::grinning:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.