Create a new project from DDL

Creates a project from the supplied DDL by reverse engineering it into a first revision. Request bodies
may be sent compressed; the limit is 15 MB on the wire and 100 MB once decompressed.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Request body for creating a new project from a source format.

string | null
enum

Database type for the new project. Required; case-insensitive. A missing
value is rejected rather than defaulted.

string
required
length ≥ 1

Name to assign to the created project. Must be unique for the user.

string
enum
required

Source format of the payload.

Allowed:
string
required
length ≥ 1

Source model in the format specified by sourceFormat.

addToDiagram
array of objects | null

Optional list of diagrams to create and add parsed objects to.

addToDiagram
string | null

Name for the initial revision. Defaults to "Initial revision" if not provided.

Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses
202

Project creation accepted

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json