# TensorPix API docs ## Docs - [Account Credits balance](https://docs.tensorpix.ai/api-reference/accounts/account-credits-balance.md): Returns the 🪙 Credits balance of the current account. - [Delete individual enhanced image](https://docs.tensorpix.ai/api-reference/enhanced-images/delete-individual-enhanced-image.md) - [Fetch individual enhanced image](https://docs.tensorpix.ai/api-reference/enhanced-images/fetch-individual-enhanced-image.md) - [List all enhanced images](https://docs.tensorpix.ai/api-reference/enhanced-images/list-all-enhanced-images.md) - [Enhance an image from URL](https://docs.tensorpix.ai/api-reference/images/enhance-an-image-from-url.md): Enhances a single image hosted on an publicly accessible URL, for example: https://sample-image.com/image.jpg - [Enhance a video from URL](https://docs.tensorpix.ai/api-reference/jobs/enhance-a-video-from-url.md): Starts a job that enhances a video hosted on an publicly accessible URL, - [Enhance uploaded video](https://docs.tensorpix.ai/api-reference/jobs/enhance-uploaded-video.md): Enhance the uploaded video. To upload the video, use the [upload videos endpoint](https://backend.tensorpix.ai/api/schema/redoc/#tag/videos/operation/videos_create). After the video is uploaded, use this endpoint to start the video enhancing job. Make sure to set the `input_video` attribute to the u… - [Get details of a specific video enhancement job](https://docs.tensorpix.ai/api-reference/jobs/get-details-of-a-specific-video-enhancement-job.md) - [Get job details](https://docs.tensorpix.ai/api-reference/jobs/get-job-details.md): Get the job. You can know when the job is finished by checking it's status attribute. Once the job is completed, the previously `null` `output_video` attribute will be populated with the enhanced video metadata. - [List jobs](https://docs.tensorpix.ai/api-reference/jobs/list-jobs.md): Get the list of jobs. You can know when the job is finished by checking it's `status` attribute. Once the job is completed, the previously `null` `output_video` attribute will be populated with the enhanced video metadata. - [List user's video enhancement jobs](https://docs.tensorpix.ai/api-reference/jobs/list-users-video-enhancement-jobs.md): Get the list of video enhancing jobs. Displays jobs that are either finished, canceled, or failed. - [Stop the job](https://docs.tensorpix.ai/api-reference/jobs/stop-the-job.md): Stops the job if it's processing. The job status becomes cancelled and the job stops executing. - [List available AI Filters (ML models)](https://docs.tensorpix.ai/api-reference/ml-models/list-available-ai-filters-ml-models.md): The terms "AI Filters" and "ML Models" refer to the same concept. - "AI Filter" is a more user-friendly term often used in user interfaces. - "ML Model" is commonly found in technical documentation such as API references. - [Delete enhanced video](https://docs.tensorpix.ai/api-reference/restored-videos/delete-enhanced-video.md) - [Get enhanced video details](https://docs.tensorpix.ai/api-reference/restored-videos/get-enhanced-video-details.md) - [List enhanced videos](https://docs.tensorpix.ai/api-reference/restored-videos/list-enhanced-videos.md) - [Cancels the video generation job](https://docs.tensorpix.ai/api-reference/video-gen/cancels-the-video-generation-job.md): Cancels the video generation job. - [Deletes the AI generated video](https://docs.tensorpix.ai/api-reference/video-gen/deletes-the-ai-generated-video.md): Cancels the video generation job. - [Get AI generated video](https://docs.tensorpix.ai/api-reference/video-gen/get-ai-generated-video.md) - [Get apivideo genvideos](https://docs.tensorpix.ai/api-reference/video-gen/get-apivideo-genvideos.md) - [Get uploaded video](https://docs.tensorpix.ai/api-reference/video-gen/get-uploaded-video.md) - [List video generation jobs](https://docs.tensorpix.ai/api-reference/video-gen/list-video-generation-jobs.md) - [Post apivideo genvideos enhance](https://docs.tensorpix.ai/api-reference/video-gen/post-apivideo-genvideos-enhance.md): Re-uploads the generated video as an uploaded video ready for enhancing. - [Delete uploaded video](https://docs.tensorpix.ai/api-reference/videos/delete-uploaded-video.md): Deletes the uploaded video. - [Get uploaded video](https://docs.tensorpix.ai/api-reference/videos/get-uploaded-video.md) - [List manually uploaded videos](https://docs.tensorpix.ai/api-reference/videos/list-manually-uploaded-videos.md): List all manually uploaded videos. Videos that were implicitly uploaded using the `/jobs/from-url/` endpoint are not included in this list. - [Manually upload videos](https://docs.tensorpix.ai/api-reference/videos/manually-upload-videos.md): Upload a video from your local device. If the upload is successful, a 201 Created status code is returned along with the video's ID and metadata. - [Video AI Filters](https://docs.tensorpix.ai/essentials/ai-filters.md): Learn how to use AI filters in TensorPix to enhance your videos - [Authentication](https://docs.tensorpix.ai/essentials/authentication.md): How to authenticate with the TensorPix API - [Credits](https://docs.tensorpix.ai/essentials/credits.md): All about Credits and how they work in TensorPix - [Parallel Video Processing](https://docs.tensorpix.ai/essentials/parallel-processing.md): Learn how parallel video processing works in TensorPix - [Storage](https://docs.tensorpix.ai/essentials/storage.md): Learn how media storage works in TensorPix - [Introduction](https://docs.tensorpix.ai/index.md): Welcome to the home of TensorPIx API documentation - [Image Enhancing Recipes](https://docs.tensorpix.ai/recipes/image-enhancing.md): Quickly get started by copying one of the image enhancing recipes. - [Video Enhancing Recipes](https://docs.tensorpix.ai/recipes/video-enhancing.md): Quickly get started by copying one of the video enhancing recipes. ## OpenAPI Specs - [schema](https://backend.tensorpix.ai/api/schema/) - [openapi](https://docs.tensorpix.ai/api-reference/openapi.yaml) ## Optional - [Help Center](https://help.tensorpix.ai) - [Community](https://discord.gg/672xZfkVkt) - [Blog](https://tensorpix.ai/blog) - [Web Application](https://app.tensorpix.ai)