Profile API
✅ RapidAPI Test Request Example curl --request GET \ --url 'https://profile-api.simules.com/api/profiles?gender=male' \ --header 'x-rapidapi-region: YOUR_UNIQUE_KEY' \ --header 'X-RapidAPI-Host: profile-api.p.rapidapi.com' \ --header 'x-rapidapi-region: us-east-1' | python -m json.tool ✅ curl --request GET \ --url 'https://profile-api.simules.com/api/profiles?gender=male' \ --header…
Profile API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get All Profiles /profiles |
Retrieve all user profiles. |