post https://api.faraday.ai/v1/targets
Add a new target.
Targets are configuration for exporting data from Faraday, possibly to an external environment (with /connections).
There are three types of targets:
Target type | Description | API requirement |
---|---|---|
Publication | Faraday hosts your predictions for convenient retrieval as needed. | Specify a type of hosted_csv in options . Omit connection_id . |
Replication | Faraday copies your predictions to systems you control. You may then push them to third parties like Facebook, Google Ads, etc. | Specify a valid connection_id and the corresponding type of the connection in options . |
Managed | Faraday manages a push to third parties like Facebook, Google Ads, and more. | Must be on an enterprise plan. Contact Customer Success to set up. |