cURL
curl --request GET \ --url https://rawugc.com/api/v1/inspo \ --header 'Authorization: Bearer <token>'
{ "projects": [ {} ], "count": 123 }
List all content inspiration projects for the authenticated user.
Use your API key from the RawUGC dashboard. Include as: Authorization: Bearer YOUR_API_KEY
Projects retrieved successfully
Number of projects returned
Was this page helpful?