Official Python SDK for Foxcite AVS and AEO Monitoring platform
Project description
Foxcite Python SDK
The official Python client library for the Foxcite API. Exposes fully typed Pydantic v2 schemas and supports both synchronous and asynchronous usage.
Installation
pip install foxcite-sdk
Quick Start
from foxcite import Foxcite
client = Foxcite(api_key="seomd_live_...")
# List brand workspaces
brands = client.brands.list()
print("Brands:", [b.name for b in brands])
# Execute a quick audit
audit = client.audits.quick_audit(
name="My Brand",
domain="mybrand.com",
niche="SaaS Analytics",
query="best saas analytics tools"
)
print("Quick Audit Scan ID:", audit.scan_id)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
foxcite_sdk-1.0.0.tar.gz
(8.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file foxcite_sdk-1.0.0.tar.gz.
File metadata
- Download URL: foxcite_sdk-1.0.0.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e0f363f3fa3f70225ff330197b6d69ae5e0a013afc91175af890c558f05ba04
|
|
| MD5 |
8f05ee7d237c84728f5dd75d2f52cf45
|
|
| BLAKE2b-256 |
fcce0d4e868b94e18138afc2954045da641c5127d41fe6dfdceb443636a01e99
|
File details
Details for the file foxcite_sdk-1.0.0-py3-none-any.whl.
File metadata
- Download URL: foxcite_sdk-1.0.0-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce90ab161a9ba39df38532cd6259ddd3efe0ee3f160abb8921f70caa738f4b03
|
|
| MD5 |
0c05fd04916dd71bf2cca93878c20c25
|
|
| BLAKE2b-256 |
17a3db95298293ff8c0f26a0786978fe6209ec76d6ad1e7aa5db2dedb8d219df
|