Skip to main content
POST
Create Normal-Form Game

Authorizations

X-API-Key
string
header
required

API key for authentication. Get your key at https://api.fincept.in/auth/register

Body

application/json
payoff_matrix_1
number[][]
required

Payoff matrix for Player 1 (rows = Player 1 strategies, columns = Player 2 strategies)

Example:
payoff_matrix_2
number[][]
required

Payoff matrix for Player 2 (rows = Player 1 strategies, columns = Player 2 strategies)

Example:

Response

Successful Response

success
boolean
Example:

true

data
object