Processes quantum bitstring data to detect viral trends and optimize content strategies.
/qmetrics/socialmedia/analyze
Identifier for the social media campaign.
camp_001
Number of quantum shots.
1024
["Technology","Lifestyle","Finance"]
curl -L \ --request POST \ --url 'https://q.idefi.ai/qmetrics/socialmedia/analyze' \ --header 'Content-Type: application/json' \ --data '{ "campaignId": "camp_001", "shots": 1024, "contentThemes": [ "Technology", "Lifestyle", "Finance" ] }'
{ "campaignId": "camp_001", "recommendations": [ "Post during peak engagement hours.", "Collaborate with top influencers." ], "quantumResults": { "analysis": "Focus on trending hashtags and adjust timing to boost viral potential.", "probabilities": { "100": 0.1, "000": 0.3, "001": 0.25, "010": 0.2, "011": 0.15 }, "mappedOutcomes": { "000": "High viral potential with trending hashtags.", "001": "Moderate influencer engagement expected.", "010": "Optimal content timing for engagement.", "011": "Content may need re-targeting for improved reach." } } }