v3
latestOpenAPI 3.1.02026-07-313340106.6 KBProjects
Create a project
Creates a project and returns its id. Pass that id as projectId on POST /v2/generate or POST /v2/assets to group generations and assets under it in Studio. Supply your own id for idempotent creation: re-sending the same id returns the existing project (also as 201, indistinguishable from a fresh create) instead of creating a duplicate. On such a replay the other request fields are ignored; the first successful create wins.
post/v2/projects
Request body
Response
Project created successfully, or the existing project when the supplied id was already created by the same user