StockFlow Documentation Center
Developer reference, API specs, and integration guides for the StockFlow creative assets platform.
Quick Links
Frequently accessed resources for developers and technical teams.
Authentication & API Keys
Generate and rotate API keys in your dashboard. Understand the difference between read-only and admin scopes. Token expiration policies: 24-hour access tokens, 90-day refresh tokens.
Asset Metadata Schema
JSON schema for asset objects returned by GET /v2/assets/{id}. Fields include creator attribution, EXIF data, color profile (sRGB/AdobeRGB), resolution tiers, and content warnings. Schema version 3.1.
Search Query Language
Boolean operators, field-specific filters (license_type:commercial, orientation:landscape), proximity search, and synonym expansion. Maximum query length: 500 characters. Supports Russian, English, and Kazakh search terms.
Error Codes & Troubleshooting
Complete list of 42 HTTP error codes with remediation steps. Common issues: 429 Too Many Requests — implement exponential backoff; 403 License Expired — renew via POST /v2/licenses/renew.
SDK Installation & Setup
pip install stockflow-py==2.4.1 · npm install @stockflow/sdk@2.4.1 · composer require stockflow/sdk:2.4.1. Minimum runtime: Python 3.9+, Node 18+, PHP 8.1+. Configure via environment variable STOCKFLOW_API_KEY.
Migration Guide: v1 → v2
Breaking changes in v2: authentication switched from API key headers to OAuth 2.0, pagination uses cursor-based model, and asset download URLs are now signed with 15-minute TTL. Migration tooling available at /docs/migrate.
Search Documentation
Find specific endpoints, configuration parameters, or integration steps across all documentation sections.
Use the search bar at the top of this page to query across 340+ documentation pages. Supported query filters: type:api, type:guide, type:reference, version:2.4. For complex queries, combine filters with boolean AND / OR operators.
Can't find what you need? Open a support ticket at support.stockflow.dev or join the developer community at community.stockflow.dev. Average response time for technical inquiries: 4 business hours.