This endpoint makes an HTTP GET request to retrieve the status of a user's face swap task. The request does not require any parameters in the request body.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://video.a2e.ai/api/v1/userFaceSwapTask/status'