List Projects
Pictory Projects
List Projects
Retrieve a list of all projects associated with your Pictory account
GET
List Projects
Documentation Index
Fetch the complete documentation index at: https://docs.pictory.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Retrieve a list of all projects associated with your Pictory account. Projects represent video creation workflows at various stages, including those created from scripts, video/audio transcriptions, or URLs.You need a valid API key to use this endpoint. Get your API key from the API Access page in your Pictory dashboard.
API Endpoint
Request Parameters
Headers
API key for authentication (starts with
pictai_)Query Parameters
Pagination token for retrieving the next page of results. Pass this value exactly as received from the
pageKey field in the previous API response.Filter to retrieve projects from a specific folder by folder ID
Response
Array of project objects
Pagination token for retrieving the next page of results.
null if there are no more pages.Response Examples
Code Examples
Usage Notes
Pagination: When you have many projects, use the
pageKey value from the response to retrieve subsequent pages. Pass the pageKey as the pagekey query parameter in your next request.Schema Versions: Projects may have different schema versions (
v2, v3, or null). The schema version affects the structure and capabilities of the project. Newer schema versions (v3) typically support more features.