
Unified AI for predicting customer behavior
Score leads, recommend next actions, forecast spend, detect churn, and more.
Lead management
Build breakthrough experiences to turn your leads into customers.
Popular recipes
# ADAPTIVE DISCOUNTING
# First register your data to produce event streams
curl https://api.faraday.ai/datasets --header 'Authorization: Bearer $YOUR_API_TOKEN' --json '{
"name": "Transaction",
"identity_sets": {
"shipping": {...}
},
"options": {
"type": "hosted_csv",
"upload_directory": "transaction_data_files"
},
"output_to_streams": {
"transaction": {
"data_map": {
"datetime": "created_at"
},
"value": "total"
}
}
}'
# Now organize your customer data into cohorts
curl https://api.faraday.ai/cohorts --header 'Authorization: Bearer $YOUR_API_TOKEN' --json '{
"name": "Customers",
"stream_name": "transaction"
}'
# Next, declare your prediction objectives
curl https://api.faraday.ai/forecasts --header 'Authorization: Bearer $YOUR_API_TOKEN' --json '{
"name": "Forecasted spend",
"event": "transaction"
}'
# And finally complete your pipeline to deploy
curl https://api.faraday.ai/scopes --header 'Authorization: Bearer $YOUR_API_TOKEN' --json '{
"name": "Adaptive discounting",
"population": {
"include": [
"$CUSTOMERS_COHORT_ID"
]
},
"payload": {
"forecast_ids": [
"$FORECASTED_SPEND_FORECAST_ID"
]
}
}';
Customer engagement
Build remarkable journeys to win valuable customers for life.
Popular recipes
# ADAPTIVE DISCOUNTING
# First register your data to produce event streams
curl https://api.faraday.ai/datasets --header 'Authorization: Bearer $YOUR_API_TOKEN' --json '{
"name": "Transaction",
"identity_sets": {
"shipping": {...}
},
"options": {
"type": "hosted_csv",
"upload_directory": "transaction_data_files"
},
"output_to_streams": {
"transaction": {
"data_map": {
"datetime": "created_at"
},
"value": "total"
}
}
}'
# Now organize your customer data into cohorts
curl https://api.faraday.ai/cohorts --header 'Authorization: Bearer $YOUR_API_TOKEN' --json '{
"name": "Customers",
"stream_name": "transaction"
}'
# Next, declare your prediction objectives
curl https://api.faraday.ai/forecasts --header 'Authorization: Bearer $YOUR_API_TOKEN' --json '{
"name": "Forecasted spend",
"event": "transaction"
}'
# And finally complete your pipeline to deploy
curl https://api.faraday.ai/scopes --header 'Authorization: Bearer $YOUR_API_TOKEN' --json '{
"name": "Adaptive discounting",
"population": {
"include": [
"$CUSTOMERS_COHORT_ID"
]
},
"payload": {
"forecast_ids": [
"$FORECASTED_SPEND_FORECAST_ID"
]
}
}';
{
...
"eligible_cohort_id": $LEADS,
"attainment_cohort_id": $CUSTOMERS,
"name": "Lead conversion"
}
Intuitive prediction
Choose the customer behavior you want to predict. The platform will determine the best method, from GBT to GenAI.
Don't want to use your customer data right away?
Faraday has a built-in representative dataset.
Farazona →AI safety
Built-in bias mitigation, explainable AI, and more.


Stack integrations
Faraday integrates with the rest of your stack to ensure your predictions are being incorporated where and when they’re needed.
Compute the future, today
All the power, flexibility, and data you need to ship fast.
Built-in consumer data
More accurate predictions with 1,500+ consumer attributes on nearly 270 million adults.
Advanced identity resolution
Combine data from your sources for the most accurate predictions possible.
Deployment options
Use our secure hosted option (deploys daily!), or launch on your private cloud.
Security & privacy
SOC-2, NIST 800-53, CCPA, HIPAA, and more to keep your data safe.
Prediction recipes
Try predictions in your workflows with our Zapier plugin