help.destinations.title
help.destinations.intro
help.destinations.webhookTitle
help.destinations.webhookText
- help.destinations.webhookStep1
- help.destinations.webhookStep2
- help.destinations.webhookStep3
- help.destinations.webhookStep4
- help.destinations.webhookStep5
curl -X POST https://api.apertur.ca/v1/sessions \
-H "Authorization: Bearer aptr_xxxx" \
-H "Content-Type: application/json" \
-d '{
"delivery_mode": "webhook",
"webhook_url": "https://your-app.com/api/photos",
"webhook_format": "json_base64"
}'help.destinations.webhookDocsLink
help.destinations.s3Title
help.destinations.s3Text
- help.destinations.s3Step1
- help.destinations.s3Step2
- help.destinations.s3Step3
- help.destinations.s3Step4
- help.destinations.s3Step5
- help.destinations.s3Step6
// Example destination config (via API)
{
"type": "s3",
"bucket": "my-photos-bucket",
"region": "us-east-1",
"access_key_id": "AKIA...",
"secret_access_key": "wJal...",
"key_template": "uploads/{session_id}/{image_index}.{ext}"
}help.common.tip
help.destinations.s3Tip
help.destinations.gdriveTitle
help.destinations.gdriveText
- help.destinations.gdriveStep1
- help.destinations.gdriveStep2
- help.destinations.gdriveStep3
- help.destinations.gdriveStep4
- help.destinations.gdriveStep5
help.destinations.gdriveNote
help.destinations.dropboxTitle
help.destinations.dropboxText
- help.destinations.dropboxStep1
- help.destinations.dropboxStep2
- help.destinations.dropboxStep3
- help.destinations.dropboxStep4
- help.destinations.dropboxStep5
help.destinations.dropboxNote
help.destinations.onedriveTitle
help.destinations.onedriveText
- help.destinations.onedriveStep1
- help.destinations.onedriveStep2
- help.destinations.onedriveStep3
- help.destinations.onedriveStep4
- help.destinations.onedriveStep5
help.destinations.onedriveNote
help.destinations.ftpTitle
help.destinations.ftpText
- help.destinations.ftpStep1
- help.destinations.ftpStep2
- help.destinations.ftpStep3
- help.destinations.ftpStep4
- help.destinations.ftpStep5
help.common.securityNote
help.destinations.ftpWarning
help.destinations.azureTitle
help.destinations.azureText
- help.destinations.azureStep1
- help.destinations.azureStep2
- help.destinations.azureStep3
- help.destinations.azureStep4
- help.destinations.azureStep5
// Example destination config (via API)
{
"type": "azure_blob",
"account_name": "mystorageaccount",
"container_name": "photos",
"sas_token": "sv=2023-01-03&st=...",
"blob_template": "uploads/{session_id}/{image_index}.{ext}"
}help.destinations.webdavTitle
help.destinations.webdavText
- help.destinations.webdavStep1
- help.destinations.webdavStep2
- help.destinations.webdavStep3
- help.destinations.webdavStep4
- help.destinations.webdavStep5
help.destinations.webdavNote
help.destinations.testTitle
help.destinations.testText
- help.destinations.testStep1
- help.destinations.testStep2
- help.destinations.testStep3
- help.destinations.testStep4
help.common.tip
help.destinations.testTip
help.common.relatedArticles
help.common.wasHelpful
help.common.needMoreHelp