External API for accessing VwD creators data.
External API for accessing VwD creators data.
curl -i -X GET \
'https://apidocs.vwd.ai/_mock/apis/creators/{id}/posts?media_category=alcoholic_beverages&month=0&year=0' \
-H 'Authorization: YOUR_API_KEY_HERE'
[ { "platform_name": "Instagram", "date": "January 1, 2024", "link": "https://instagram.com/post/12345", "score": 95.5, "categories": [ … ] } ]
curl -i -X GET \
'https://apidocs.vwd.ai/_mock/apis/creators/{id}/timeline?media_category=alcoholic_beverages' \
-H 'Authorization: YOUR_API_KEY_HERE'
[ { "year": 2024, "months": [ … ] } ]