POST /fine_tuning/checkpoints/{fine_tuned_model_checkpoint}/permissions
NOTE: Calling this endpoint requires an admin API key. This enables organization owners to share fine-tuned models with other projects in their organization.Servers
- https://api.openai.com/v1
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
fine_tuned_model_checkpoint |
String | Yes |
The ID of the fine-tuned model checkpoint to create a permission for. |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
project_ids[] |
Array | Yes |
The project identifiers to grant access to. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.