Skip to main content
POST
/
account
/
import
Import Account
curl --request POST \
  --url https://apigcp.trynia.ai/v2/account/import \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "manifest": {},
  "skip_private_repos": false,
  "skip_contexts": false
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Headers

Authorization
string | null

Body

application/json
manifest
Manifest · object
required

The export manifest JSON

skip_private_repos
boolean
default:false
skip_contexts
boolean
default:false

Response

Successful Response