Skip to content

Conversation

@petros94
Copy link
Collaborator

@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
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