Skip to content

added s3_presigned_url endpoint capability#2

Merged
petros94 merged 3 commits intomainfrom
new-endpoints-for-5.3.0
Sep 11, 2025
Merged

added s3_presigned_url endpoint capability#2
petros94 merged 3 commits intomainfrom
new-endpoints-for-5.3.0

Conversation

@petros94
Copy link
Contributor

@petros94 petros94 commented Sep 4, 2025

Changes

  • Added new methods to behavioral/deepfakes clients for processing s3 singed urls

How to QA

  1. Create a pre-signed url on any S3 bucket
  2. Run the following:
from behavioralsignals import Client

client = Client(YOUR_CID, YOUR_API_KEY)

response = client.behavioral.upload_s3_presigned_url(url="presigned-s3-url")
output = client.behavioral.get_result(pid=response.pid)

response = client.deepfakes.upload_s3_presigned_url(url="presigned-s3-url")
output = client.deepfakes.get_result(pid=response.pid)

@petros94 petros94 requested a review from nikosanto13 September 8, 2025 09:23
@petros94 petros94 marked this pull request as ready for review September 8, 2025 09:25
@petros94 petros94 merged commit 13d24ff into main Sep 11, 2025
@nikosanto13 nikosanto13 deleted the new-endpoints-for-5.3.0 branch December 3, 2025 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants