curl --request GET \
--url https://api.tapti.ai/fusion/profiles \
--header 'x-api-key: <api-key>'{
"profiles": [
{
"id": "65170d1b-6720-5e63-ae7a-86c8d6510db9",
"user_platform": "YOUTUBE",
"username": "johndoe",
"url": "https://www.youtube.com/channel/UC1234567890",
"gender": "MALE",
"platform_account_id": "UC1234567890",
"full_name": "John Doe",
"first_name": "John",
"last_name": "Doe",
"nick_name": "Johnny",
"display_name": "John Doe",
"description": "Tech enthusiast sharing coding tutorials and tech reviews. New videos every week!",
"profile_picture_url": "https://yt3.ggpht.com/sample-profile-picture",
"date_of_birth": "1990:01:15",
"category": "Technology",
"website_url": "https://www.johndoe.com",
"country": "US",
"emails": [
{
"value": "[email protected]",
"type": "personal",
"is_verified": true,
"is_primary": true,
"id": "550e8400-e29b-41d4-a716-446655440000",
"created_at": "2023-01-01T00:00:00Z",
"updated_at": "2023-01-02T00:00:00Z",
"profile_id": "65170d1b-6720-5e63-ae7a-86c8d6510db9"
}
],
"phone_numbers": [
{}
],
"addresses": [
{}
],
"followers_count": 10000,
"following_count": 500,
"subscribers_count": 50000,
"contents_count": 200,
"watch_time_in_hours": 150000,
"joined_at": "2015-03-15T12:00:00.000Z",
"verified": true
}
]
}curl --request GET \
--url https://api.tapti.ai/fusion/profiles \
--header 'x-api-key: <api-key>'{
"profiles": [
{
"id": "65170d1b-6720-5e63-ae7a-86c8d6510db9",
"user_platform": "YOUTUBE",
"username": "johndoe",
"url": "https://www.youtube.com/channel/UC1234567890",
"gender": "MALE",
"platform_account_id": "UC1234567890",
"full_name": "John Doe",
"first_name": "John",
"last_name": "Doe",
"nick_name": "Johnny",
"display_name": "John Doe",
"description": "Tech enthusiast sharing coding tutorials and tech reviews. New videos every week!",
"profile_picture_url": "https://yt3.ggpht.com/sample-profile-picture",
"date_of_birth": "1990:01:15",
"category": "Technology",
"website_url": "https://www.johndoe.com",
"country": "US",
"emails": [
{
"value": "[email protected]",
"type": "personal",
"is_verified": true,
"is_primary": true,
"id": "550e8400-e29b-41d4-a716-446655440000",
"created_at": "2023-01-01T00:00:00Z",
"updated_at": "2023-01-02T00:00:00Z",
"profile_id": "65170d1b-6720-5e63-ae7a-86c8d6510db9"
}
],
"phone_numbers": [
{}
],
"addresses": [
{}
],
"followers_count": 10000,
"following_count": 500,
"subscribers_count": 50000,
"contents_count": 200,
"watch_time_in_hours": 150000,
"joined_at": "2015-03-15T12:00:00.000Z",
"verified": true
}
]
}The IDs of the user accounts to get profiles for
[
"123e4567-e89b-12d3-a456-426614174000",
"123e4567-e89b-12d3-a456-426614174001"
]Profiles fetched successfully
The profiles to get
Show child attributes
Unique identifier for the profile
"65170d1b-6720-5e63-ae7a-86c8d6510db9"
The platform where this profile exists
"YOUTUBE"
Username on the platform
"johndoe"
URL to the profile on the platform
"https://www.youtube.com/channel/UC1234567890"
Gender of the profile owner
"MALE"
Unique identifier for the account on the platform
"UC1234567890"
Full name of the profile owner
"John Doe"
First name of the profile owner
"John"
Last name of the profile owner
"Doe"
Nickname of the profile owner
"Johnny"
Display name shown on the platform
"John Doe"
Profile bio or description
"Tech enthusiast sharing coding tutorials and tech reviews. New videos every week!"
URL to the profile picture
"https://yt3.ggpht.com/sample-profile-picture"
Date of birth of the profile owner
"1990:01:15"
Category or niche of the profile
"Technology"
URL to the personal website
"https://www.johndoe.com"
Country code of the profile owner
"US"
Array of email addresses associated with the profile
Show child attributes
The email address value
The type of email address (e.g. personal, work)
"personal"
Whether the email has been verified
true
Whether this is the primary email address
true
Unique identifier for the email record
"550e8400-e29b-41d4-a716-446655440000"
Timestamp when the email record was created
"2023-01-01T00:00:00Z"
Timestamp when the email record was last updated
"2023-01-02T00:00:00Z"
ID of the profile this email belongs to
"65170d1b-6720-5e63-ae7a-86c8d6510db9"
Array of phone numbers associated with the profile
Array of addresses associated with the profile
Number of followers the profile has
10000
Number of accounts the profile is following
500
Number of subscribers the profile has
50000
Number of content items posted by the profile
200
Total watch time of profile content in hours
150000
Date when the profile was created on the platform
"2015-03-15T12:00:00.000Z"
Whether the profile is verified on the platform
true